[JIRA] (JENKINS-12912) URLTtrigger does not poll on jobs which are tied to disconnected slaves

2012-03-07 Thread ohtake_tomoh...@java.net (JIRA)

[ 
https://issues.jenkins-ci.org/browse/JENKINS-12912?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=159979#comment-159979
 ] 

OHTAKE Tomohiro commented on JENKINS-12912:
---

0.15 suites my use case very much, thank you.

But I found a strange behavior.
Even if I specify restriction for polling node on disconnected slave, polling 
occured on master.
It seems reasonable to me that specifing restriction should restrict node to 
poll.
If there is no restiriction, [AbstractTrigger 
L368|https://github.com/jenkinsci/xtrigger-lib/blob/219d59277b3bff3cf0e53f28df0092bcf234bc63/src/main/java/org/jenkinsci/lib/xtrigger/AbstractTrigger.java#L368]
 falls back to master, quite reasonable.
Even if there is restriction, [AbstractTrigger 
L295|https://github.com/jenkinsci/xtrigger-lib/blob/219d59277b3bff3cf0e53f28df0092bcf234bc63/src/main/java/org/jenkinsci/lib/xtrigger/AbstractTrigger.java#L295]
 also falls back to master, not reasonable to me.

I think deleting 4 lines between [AbstractTrigger 
L293|https://github.com/jenkinsci/xtrigger-lib/blob/219d59277b3bff3cf0e53f28df0092bcf234bc63/src/main/java/org/jenkinsci/lib/xtrigger/AbstractTrigger.java#L293]
 and [AbstractTrigger 
L296|https://github.com/jenkinsci/xtrigger-lib/blob/219d59277b3bff3cf0e53f28df0092bcf234bc63/src/main/java/org/jenkinsci/lib/xtrigger/AbstractTrigger.java#L296]
 will resolve it.


 URLTtrigger does not poll on jobs which are tied to disconnected slaves
 ---

 Key: JENKINS-12912
 URL: https://issues.jenkins-ci.org/browse/JENKINS-12912
 Project: Jenkins
  Issue Type: Bug
  Components: urltrigger
 Environment: Jenkins 1.451
 URLTrigger Plugin 0.10, 0.14
Reporter: OHTAKE Tomohiro
Assignee: gbois

 Since 0.10, URLTtrigger does not poll on jobs which are tied to disconnected 
 slaves even if there are available executors on master.
 URLTrigger Plugin 0.9 makes master poll the URL even if the jobs are tied to 
 slaves.
 If there are changes in URL, a slave that is tied to the job wakes up and 
 runs the job.
 URLTrigger 0.9 says that polling has been done on slaves, but master polles.
 {code:title=URLTrigger Log (0.14, job which is tied to disconnected slaves)}
 Polling for the job aa
 Searching a node to run the polling for the label ''.
 Can't find any complete active node for the polling action. Maybe slaves are 
 not yet active at this time or the number of executor of the master is 0. 
 Checking again in next polling schedule.
 {code}
 {code:title=URLTrigger Log (0.14, job which is not tied to any slaves)}
 Polling for the job bb
 Polling on master.
 Polling started on Feb 28, 2012 10:22:42 AM
 Invoking the url: 
  http://aaa.invalid/bb
 Inspecting the content
 Polling complete. Took 0.12 sec.
 No changes.
 {code}
 {code:title=URLTrigger Log (0.9, job which is tied to disconnected slaves)}
 Polling started on Feb 28, 2012 10:51:04 AM
 Searching a node to run the polling for the label ''.
 Invoking the url: 
  http://aaa.invalid/bb
 Inspecting the content
 Polling complete. Took 0.14 sec
 No changes.
 {code}
 Workarounds:
 * Downgrade URLTrigger Plugin to 0.9
 * Do not tie jobs which uses Use URLTrigger
 ** Create a job that uses URLTrigger and do not tie the job to any slaves.
 ** Configure the job to build other projects in its post-build actions.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.jenkins-ci.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




[JIRA] (JENKINS-12912) URLTtrigger does not poll on jobs which are tied to disconnected slaves

2012-03-06 Thread scm_issue_l...@java.net (JIRA)

[ 
https://issues.jenkins-ci.org/browse/JENKINS-12912?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=159943#comment-159943
 ] 

SCM/JIRA link daemon commented on JENKINS-12912:


Code changed in jenkins
User: Gregory Boissinot
Path:
 pom.xml
http://jenkins-ci.org/commit/urltrigger-plugin/1f783b6f5f60c54e2ae01328504dc79035c69dfd
Log:
  Fix JENKINS-12912




 URLTtrigger does not poll on jobs which are tied to disconnected slaves
 ---

 Key: JENKINS-12912
 URL: https://issues.jenkins-ci.org/browse/JENKINS-12912
 Project: Jenkins
  Issue Type: Bug
  Components: urltrigger
 Environment: Jenkins 1.451
 URLTrigger Plugin 0.10, 0.14
Reporter: OHTAKE Tomohiro
Assignee: gbois

 Since 0.10, URLTtrigger does not poll on jobs which are tied to disconnected 
 slaves even if there are available executors on master.
 URLTrigger Plugin 0.9 makes master poll the URL even if the jobs are tied to 
 slaves.
 If there are changes in URL, a slave that is tied to the job wakes up and 
 runs the job.
 URLTrigger 0.9 says that polling has been done on slaves, but master polles.
 {code:title=URLTrigger Log (0.14, job which is tied to disconnected slaves)}
 Polling for the job aa
 Searching a node to run the polling for the label ''.
 Can't find any complete active node for the polling action. Maybe slaves are 
 not yet active at this time or the number of executor of the master is 0. 
 Checking again in next polling schedule.
 {code}
 {code:title=URLTrigger Log (0.14, job which is not tied to any slaves)}
 Polling for the job bb
 Polling on master.
 Polling started on Feb 28, 2012 10:22:42 AM
 Invoking the url: 
  http://aaa.invalid/bb
 Inspecting the content
 Polling complete. Took 0.12 sec.
 No changes.
 {code}
 {code:title=URLTrigger Log (0.9, job which is tied to disconnected slaves)}
 Polling started on Feb 28, 2012 10:51:04 AM
 Searching a node to run the polling for the label ''.
 Invoking the url: 
  http://aaa.invalid/bb
 Inspecting the content
 Polling complete. Took 0.14 sec
 No changes.
 {code}
 Workarounds:
 * Downgrade URLTrigger Plugin to 0.9
 * Do not tie jobs which uses Use URLTrigger
 ** Create a job that uses URLTrigger and do not tie the job to any slaves.
 ** Configure the job to build other projects in its post-build actions.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.jenkins-ci.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




[JIRA] (JENKINS-12912) URLTtrigger does not poll on jobs which are tied to disconnected slaves

2012-03-06 Thread gb...@java.net (JIRA)

 [ 
https://issues.jenkins-ci.org/browse/JENKINS-12912?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

gbois resolved JENKINS-12912.
-

Resolution: Fixed

Please try urlttrigger 0.15 if it suits you
Thanks

 URLTtrigger does not poll on jobs which are tied to disconnected slaves
 ---

 Key: JENKINS-12912
 URL: https://issues.jenkins-ci.org/browse/JENKINS-12912
 Project: Jenkins
  Issue Type: Bug
  Components: urltrigger
 Environment: Jenkins 1.451
 URLTrigger Plugin 0.10, 0.14
Reporter: OHTAKE Tomohiro
Assignee: gbois

 Since 0.10, URLTtrigger does not poll on jobs which are tied to disconnected 
 slaves even if there are available executors on master.
 URLTrigger Plugin 0.9 makes master poll the URL even if the jobs are tied to 
 slaves.
 If there are changes in URL, a slave that is tied to the job wakes up and 
 runs the job.
 URLTrigger 0.9 says that polling has been done on slaves, but master polles.
 {code:title=URLTrigger Log (0.14, job which is tied to disconnected slaves)}
 Polling for the job aa
 Searching a node to run the polling for the label ''.
 Can't find any complete active node for the polling action. Maybe slaves are 
 not yet active at this time or the number of executor of the master is 0. 
 Checking again in next polling schedule.
 {code}
 {code:title=URLTrigger Log (0.14, job which is not tied to any slaves)}
 Polling for the job bb
 Polling on master.
 Polling started on Feb 28, 2012 10:22:42 AM
 Invoking the url: 
  http://aaa.invalid/bb
 Inspecting the content
 Polling complete. Took 0.12 sec.
 No changes.
 {code}
 {code:title=URLTrigger Log (0.9, job which is tied to disconnected slaves)}
 Polling started on Feb 28, 2012 10:51:04 AM
 Searching a node to run the polling for the label ''.
 Invoking the url: 
  http://aaa.invalid/bb
 Inspecting the content
 Polling complete. Took 0.14 sec
 No changes.
 {code}
 Workarounds:
 * Downgrade URLTrigger Plugin to 0.9
 * Do not tie jobs which uses Use URLTrigger
 ** Create a job that uses URLTrigger and do not tie the job to any slaves.
 ** Configure the job to build other projects in its post-build actions.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.jenkins-ci.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




[JIRA] (JENKINS-12912) URLTtrigger does not poll on jobs which are tied to disconnected slaves

2012-03-04 Thread scm_issue_l...@java.net (JIRA)

[ 
https://issues.jenkins-ci.org/browse/JENKINS-12912?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=159820#comment-159820
 ] 

SCM/JIRA link daemon commented on JENKINS-12912:


Code changed in jenkins
User: Gregory Boissinot
Path:
 src/main/java/org/jenkinsci/lib/xtrigger/AbstractTrigger.java
http://jenkins-ci.org/commit/xtrigger-lib/092bff99c4861ae91949a15e85a1adfd1fc4a238
Log:
  Fix JENKINS-12912






 URLTtrigger does not poll on jobs which are tied to disconnected slaves
 ---

 Key: JENKINS-12912
 URL: https://issues.jenkins-ci.org/browse/JENKINS-12912
 Project: Jenkins
  Issue Type: Bug
  Components: urltrigger
 Environment: Jenkins 1.451
 URLTrigger Plugin 0.10, 0.14
Reporter: OHTAKE Tomohiro
Assignee: gbois

 Since 0.10, URLTtrigger does not poll on jobs which are tied to disconnected 
 slaves even if there are available executors on master.
 URLTrigger Plugin 0.9 makes master poll the URL even if the jobs are tied to 
 slaves.
 If there are changes in URL, a slave that is tied to the job wakes up and 
 runs the job.
 URLTrigger 0.9 says that polling has been done on slaves, but master polles.
 {code:title=URLTrigger Log (0.14, job which is tied to disconnected slaves)}
 Polling for the job aa
 Searching a node to run the polling for the label ''.
 Can't find any complete active node for the polling action. Maybe slaves are 
 not yet active at this time or the number of executor of the master is 0. 
 Checking again in next polling schedule.
 {code}
 {code:title=URLTrigger Log (0.14, job which is not tied to any slaves)}
 Polling for the job bb
 Polling on master.
 Polling started on Feb 28, 2012 10:22:42 AM
 Invoking the url: 
  http://aaa.invalid/bb
 Inspecting the content
 Polling complete. Took 0.12 sec.
 No changes.
 {code}
 {code:title=URLTrigger Log (0.9, job which is tied to disconnected slaves)}
 Polling started on Feb 28, 2012 10:51:04 AM
 Searching a node to run the polling for the label ''.
 Invoking the url: 
  http://aaa.invalid/bb
 Inspecting the content
 Polling complete. Took 0.14 sec
 No changes.
 {code}
 Workarounds:
 * Downgrade URLTrigger Plugin to 0.9
 * Do not tie jobs which uses Use URLTrigger
 ** Create a job that uses URLTrigger and do not tie the job to any slaves.
 ** Configure the job to build other projects in its post-build actions.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.jenkins-ci.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




[JIRA] (JENKINS-12912) URLTtrigger does not poll on jobs which are tied to disconnected slaves

2012-03-04 Thread scm_issue_l...@java.net (JIRA)

[ 
https://issues.jenkins-ci.org/browse/JENKINS-12912?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=159821#comment-159821
 ] 

SCM/JIRA link daemon commented on JENKINS-12912:


Code changed in jenkins
User: Gregory Boissinot
Path:
 pom.xml
 src/main/java/org/jenkinsci/plugins/urltrigger/URLTrigger.java
 src/main/resources/org/jenkinsci/plugins/urltrigger/URLTrigger/config.jelly
 src/test/java/org/jenkinsci/plugins/urltrigger/URLTriggerTest.java
http://jenkins-ci.org/commit/urltrigger-plugin/c39c8880172d178842074fee2d0d47c3610e50bf
Log:
  Fix JENKINS-12912






 URLTtrigger does not poll on jobs which are tied to disconnected slaves
 ---

 Key: JENKINS-12912
 URL: https://issues.jenkins-ci.org/browse/JENKINS-12912
 Project: Jenkins
  Issue Type: Bug
  Components: urltrigger
 Environment: Jenkins 1.451
 URLTrigger Plugin 0.10, 0.14
Reporter: OHTAKE Tomohiro
Assignee: gbois

 Since 0.10, URLTtrigger does not poll on jobs which are tied to disconnected 
 slaves even if there are available executors on master.
 URLTrigger Plugin 0.9 makes master poll the URL even if the jobs are tied to 
 slaves.
 If there are changes in URL, a slave that is tied to the job wakes up and 
 runs the job.
 URLTrigger 0.9 says that polling has been done on slaves, but master polles.
 {code:title=URLTrigger Log (0.14, job which is tied to disconnected slaves)}
 Polling for the job aa
 Searching a node to run the polling for the label ''.
 Can't find any complete active node for the polling action. Maybe slaves are 
 not yet active at this time or the number of executor of the master is 0. 
 Checking again in next polling schedule.
 {code}
 {code:title=URLTrigger Log (0.14, job which is not tied to any slaves)}
 Polling for the job bb
 Polling on master.
 Polling started on Feb 28, 2012 10:22:42 AM
 Invoking the url: 
  http://aaa.invalid/bb
 Inspecting the content
 Polling complete. Took 0.12 sec.
 No changes.
 {code}
 {code:title=URLTrigger Log (0.9, job which is tied to disconnected slaves)}
 Polling started on Feb 28, 2012 10:51:04 AM
 Searching a node to run the polling for the label ''.
 Invoking the url: 
  http://aaa.invalid/bb
 Inspecting the content
 Polling complete. Took 0.14 sec
 No changes.
 {code}
 Workarounds:
 * Downgrade URLTrigger Plugin to 0.9
 * Do not tie jobs which uses Use URLTrigger
 ** Create a job that uses URLTrigger and do not tie the job to any slaves.
 ** Configure the job to build other projects in its post-build actions.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.jenkins-ci.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




[JIRA] (JENKINS-12912) URLTtrigger does not poll on jobs which are tied to disconnected slaves

2012-03-01 Thread gb...@java.net (JIRA)

[ 
https://issues.jenkins-ci.org/browse/JENKINS-12912?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=159712#comment-159712
 ] 

gbois commented on JENKINS-12912:
-

The current behavior is to process polling on the target execution node (master 
or a slave).
In your use case, you need to have to ability to poll always on master.

Does it suits you if I add a check-box 'Poll on master' in the job 
configuration?

 URLTtrigger does not poll on jobs which are tied to disconnected slaves
 ---

 Key: JENKINS-12912
 URL: https://issues.jenkins-ci.org/browse/JENKINS-12912
 Project: Jenkins
  Issue Type: Bug
  Components: urltrigger
 Environment: Jenkins 1.451
 URLTrigger Plugin 0.10, 0.14
Reporter: OHTAKE Tomohiro
Assignee: gbois

 Since 0.10, URLTtrigger does not poll on jobs which are tied to disconnected 
 slaves even if there are available executors on master.
 URLTrigger Plugin 0.9 makes master poll the URL even if the jobs are tied to 
 slaves.
 If there are changes in URL, a slave that is tied to the job wakes up and 
 runs the job.
 URLTrigger 0.9 says that polling has been done on slaves, but master polles.
 {code:title=URLTrigger Log (0.14, job which is tied to disconnected slaves)}
 Polling for the job aa
 Searching a node to run the polling for the label ''.
 Can't find any complete active node for the polling action. Maybe slaves are 
 not yet active at this time or the number of executor of the master is 0. 
 Checking again in next polling schedule.
 {code}
 {code:title=URLTrigger Log (0.14, job which is not tied to any slaves)}
 Polling for the job bb
 Polling on master.
 Polling started on Feb 28, 2012 10:22:42 AM
 Invoking the url: 
  http://aaa.invalid/bb
 Inspecting the content
 Polling complete. Took 0.12 sec.
 No changes.
 {code}
 {code:title=URLTrigger Log (0.9, job which is tied to disconnected slaves)}
 Polling started on Feb 28, 2012 10:51:04 AM
 Searching a node to run the polling for the label ''.
 Invoking the url: 
  http://aaa.invalid/bb
 Inspecting the content
 Polling complete. Took 0.14 sec
 No changes.
 {code}
 Workarounds:
 * Downgrade URLTrigger Plugin to 0.9
 * Do not tie jobs which uses Use URLTrigger
 ** Create a job that uses URLTrigger and do not tie the job to any slaves.
 ** Configure the job to build other projects in its post-build actions.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.jenkins-ci.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




[JIRA] (JENKINS-12912) URLTtrigger does not poll on jobs which are tied to disconnected slaves

2012-03-01 Thread ohtake_tomoh...@java.net (JIRA)

[ 
https://issues.jenkins-ci.org/browse/JENKINS-12912?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=159729#comment-159729
 ] 

OHTAKE Tomohiro commented on JENKINS-12912:
---

It is sufficient for me, but I think [checkbox] Poll on other node [textbox] 
would be more generic. Someone would like to poll on 'remote1-small-instance' 
and tie to 'remote2-large-instance'.

 URLTtrigger does not poll on jobs which are tied to disconnected slaves
 ---

 Key: JENKINS-12912
 URL: https://issues.jenkins-ci.org/browse/JENKINS-12912
 Project: Jenkins
  Issue Type: Bug
  Components: urltrigger
 Environment: Jenkins 1.451
 URLTrigger Plugin 0.10, 0.14
Reporter: OHTAKE Tomohiro
Assignee: gbois

 Since 0.10, URLTtrigger does not poll on jobs which are tied to disconnected 
 slaves even if there are available executors on master.
 URLTrigger Plugin 0.9 makes master poll the URL even if the jobs are tied to 
 slaves.
 If there are changes in URL, a slave that is tied to the job wakes up and 
 runs the job.
 URLTrigger 0.9 says that polling has been done on slaves, but master polles.
 {code:title=URLTrigger Log (0.14, job which is tied to disconnected slaves)}
 Polling for the job aa
 Searching a node to run the polling for the label ''.
 Can't find any complete active node for the polling action. Maybe slaves are 
 not yet active at this time or the number of executor of the master is 0. 
 Checking again in next polling schedule.
 {code}
 {code:title=URLTrigger Log (0.14, job which is not tied to any slaves)}
 Polling for the job bb
 Polling on master.
 Polling started on Feb 28, 2012 10:22:42 AM
 Invoking the url: 
  http://aaa.invalid/bb
 Inspecting the content
 Polling complete. Took 0.12 sec.
 No changes.
 {code}
 {code:title=URLTrigger Log (0.9, job which is tied to disconnected slaves)}
 Polling started on Feb 28, 2012 10:51:04 AM
 Searching a node to run the polling for the label ''.
 Invoking the url: 
  http://aaa.invalid/bb
 Inspecting the content
 Polling complete. Took 0.14 sec
 No changes.
 {code}
 Workarounds:
 * Downgrade URLTrigger Plugin to 0.9
 * Do not tie jobs which uses Use URLTrigger
 ** Create a job that uses URLTrigger and do not tie the job to any slaves.
 ** Configure the job to build other projects in its post-build actions.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.jenkins-ci.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




[JIRA] (JENKINS-12912) URLTtrigger does not poll on jobs which are tied to disconnected slaves

2012-02-29 Thread ohtake_tomoh...@java.net (JIRA)

[ 
https://issues.jenkins-ci.org/browse/JENKINS-12912?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=159688#comment-159688
 ] 

OHTAKE Tomohiro commented on JENKINS-12912:
---

Yes, that is the behavior of 0.9 and what I would like.
Since bringing slaves up takes much cost, I would like slaves to be powered off 
while there are no jobs.

 URLTtrigger does not poll on jobs which are tied to disconnected slaves
 ---

 Key: JENKINS-12912
 URL: https://issues.jenkins-ci.org/browse/JENKINS-12912
 Project: Jenkins
  Issue Type: Bug
  Components: urltrigger
 Environment: Jenkins 1.451
 URLTrigger Plugin 0.10, 0.14
Reporter: OHTAKE Tomohiro
Assignee: gbois

 Since 0.10, URLTtrigger does not poll on jobs which are tied to disconnected 
 slaves even if there are available executors on master.
 URLTrigger Plugin 0.9 makes master poll the URL even if the jobs are tied to 
 slaves.
 If there are changes in URL, a slave that is tied to the job wakes up and 
 runs the job.
 URLTrigger 0.9 says that polling has been done on slaves, but master polles.
 {code:title=URLTrigger Log (0.14, job which is tied to disconnected slaves)}
 Polling for the job aa
 Searching a node to run the polling for the label ''.
 Can't find any complete active node for the polling action. Maybe slaves are 
 not yet active at this time or the number of executor of the master is 0. 
 Checking again in next polling schedule.
 {code}
 {code:title=URLTrigger Log (0.14, job which is not tied to any slaves)}
 Polling for the job bb
 Polling on master.
 Polling started on Feb 28, 2012 10:22:42 AM
 Invoking the url: 
  http://aaa.invalid/bb
 Inspecting the content
 Polling complete. Took 0.12 sec.
 No changes.
 {code}
 {code:title=URLTrigger Log (0.9, job which is tied to disconnected slaves)}
 Polling started on Feb 28, 2012 10:51:04 AM
 Searching a node to run the polling for the label ''.
 Invoking the url: 
  http://aaa.invalid/bb
 Inspecting the content
 Polling complete. Took 0.14 sec
 No changes.
 {code}
 Workarounds:
 * Downgrade URLTrigger Plugin to 0.9
 * Do not tie jobs which uses Use URLTrigger
 ** Create a job that uses URLTrigger and do not tie the job to any slaves.
 ** Configure the job to build other projects in its post-build actions.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.jenkins-ci.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




[JIRA] (JENKINS-12912) URLTtrigger does not poll on jobs which are tied to disconnected slaves

2012-02-28 Thread gb...@java.net (JIRA)

 [ 
https://issues.jenkins-ci.org/browse/JENKINS-12912?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Work on JENKINS-12912 started by gbois.

 URLTtrigger does not poll on jobs which are tied to disconnected slaves
 ---

 Key: JENKINS-12912
 URL: https://issues.jenkins-ci.org/browse/JENKINS-12912
 Project: Jenkins
  Issue Type: Bug
  Components: urltrigger
 Environment: Jenkins 1.451
 URLTrigger Plugin 0.10, 0.14
Reporter: OHTAKE Tomohiro
Assignee: gbois

 Since 0.10, URLTtrigger does not poll on jobs which are tied to disconnected 
 slaves even if there are available executors on master.
 URLTrigger Plugin 0.9 makes master poll the URL even if the jobs are tied to 
 slaves.
 If there are changes in URL, a slave that is tied to the job wakes up and 
 runs the job.
 URLTrigger 0.9 says that polling has been done on slaves, but master polles.
 {code:title=URLTrigger Log (0.14, job which is tied to disconnected slaves)}
 Polling for the job aa
 Searching a node to run the polling for the label ''.
 Can't find any complete active node for the polling action. Maybe slaves are 
 not yet active at this time or the number of executor of the master is 0. 
 Checking again in next polling schedule.
 {code}
 {code:title=URLTrigger Log (0.14, job which is not tied to any slaves)}
 Polling for the job bb
 Polling on master.
 Polling started on Feb 28, 2012 10:22:42 AM
 Invoking the url: 
  http://aaa.invalid/bb
 Inspecting the content
 Polling complete. Took 0.12 sec.
 No changes.
 {code}
 {code:title=URLTrigger Log (0.9, job which is tied to disconnected slaves)}
 Polling started on Feb 28, 2012 10:51:04 AM
 Searching a node to run the polling for the label ''.
 Invoking the url: 
  http://aaa.invalid/bb
 Inspecting the content
 Polling complete. Took 0.14 sec
 No changes.
 {code}
 Workarounds:
 * Downgrade URLTrigger Plugin to 0.9
 * Do not tie jobs which uses Use URLTrigger
 ** Create a job that uses URLTrigger and do not tie the job to any slaves.
 ** Configure the job to build other projects in its post-build actions.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.jenkins-ci.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




[JIRA] (JENKINS-12912) URLTtrigger does not poll on jobs which are tied to disconnected slaves

2012-02-28 Thread gb...@java.net (JIRA)

[ 
https://issues.jenkins-ci.org/browse/JENKINS-12912?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=159637#comment-159637
 ] 

gbois commented on JENKINS-12912:
-

If I understand your use case: If slave are disconnected, master have available 
executors and job are tied to a specific label, you want to monitor on master?

 URLTtrigger does not poll on jobs which are tied to disconnected slaves
 ---

 Key: JENKINS-12912
 URL: https://issues.jenkins-ci.org/browse/JENKINS-12912
 Project: Jenkins
  Issue Type: Bug
  Components: urltrigger
 Environment: Jenkins 1.451
 URLTrigger Plugin 0.10, 0.14
Reporter: OHTAKE Tomohiro
Assignee: gbois

 Since 0.10, URLTtrigger does not poll on jobs which are tied to disconnected 
 slaves even if there are available executors on master.
 URLTrigger Plugin 0.9 makes master poll the URL even if the jobs are tied to 
 slaves.
 If there are changes in URL, a slave that is tied to the job wakes up and 
 runs the job.
 URLTrigger 0.9 says that polling has been done on slaves, but master polles.
 {code:title=URLTrigger Log (0.14, job which is tied to disconnected slaves)}
 Polling for the job aa
 Searching a node to run the polling for the label ''.
 Can't find any complete active node for the polling action. Maybe slaves are 
 not yet active at this time or the number of executor of the master is 0. 
 Checking again in next polling schedule.
 {code}
 {code:title=URLTrigger Log (0.14, job which is not tied to any slaves)}
 Polling for the job bb
 Polling on master.
 Polling started on Feb 28, 2012 10:22:42 AM
 Invoking the url: 
  http://aaa.invalid/bb
 Inspecting the content
 Polling complete. Took 0.12 sec.
 No changes.
 {code}
 {code:title=URLTrigger Log (0.9, job which is tied to disconnected slaves)}
 Polling started on Feb 28, 2012 10:51:04 AM
 Searching a node to run the polling for the label ''.
 Invoking the url: 
  http://aaa.invalid/bb
 Inspecting the content
 Polling complete. Took 0.14 sec
 No changes.
 {code}
 Workarounds:
 * Downgrade URLTrigger Plugin to 0.9
 * Do not tie jobs which uses Use URLTrigger
 ** Create a job that uses URLTrigger and do not tie the job to any slaves.
 ** Configure the job to build other projects in its post-build actions.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.jenkins-ci.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




[JIRA] (JENKINS-12912) URLTtrigger does not poll on jobs which are tied to disconnected slaves

2012-02-27 Thread ohtake_tomoh...@java.net (JIRA)
OHTAKE Tomohiro created JENKINS-12912:
-

 Summary: URLTtrigger does not poll on jobs which are tied to 
disconnected slaves
 Key: JENKINS-12912
 URL: https://issues.jenkins-ci.org/browse/JENKINS-12912
 Project: Jenkins
  Issue Type: Bug
  Components: urltrigger
 Environment: Jenkins 1.451
URLTrigger Plugin 0.10, 0.14
Reporter: OHTAKE Tomohiro
Assignee: gbois


Since 0.10, URLTtrigger does not poll on jobs which are tied to disconnected 
slaves even if there are available executors on master.

URLTrigger Plugin 0.9 makes master poll the URL even if the jobs are tied to 
slaves.
If there are changes in URL, a slave that is tied to the job wakes up and runs 
the job.
URLTrigger 0.9 says that polling has been done on slaves, but master polles.

{code:title=URLTrigger Log (0.14, job which is tied to disconnected slaves)}
Polling for the job aa
Searching a node to run the polling for the label ''.
Can't find any complete active node for the polling action. Maybe slaves are 
not yet active at this time or the number of executor of the master is 0. 
Checking again in next polling schedule.
{code}

{code:title=URLTrigger Log (0.14, job which is not tied to any slaves)}
Polling for the job bb
Polling on master.
Polling started on Feb 28, 2012 10:22:42 AM
Invoking the url: 
 http://aaa.invalid/bb
Inspecting the content

Polling complete. Took 0.12 sec.
No changes.
{code}

{code:title=URLTrigger Log (0.9, job which is tied to disconnected slaves)}
Polling started on Feb 28, 2012 10:51:04 AM
Searching a node to run the polling for the label ''.
Invoking the url: 
 http://aaa.invalid/bb
Inspecting the content
Polling complete. Took 0.14 sec
No changes.
{code}

Workarounds:

* Downgrade URLTrigger Plugin to 0.9
* Do not tie jobs which uses Use URLTrigger
** Create a job that uses URLTrigger and do not tie the job to any slaves.
** Configure the job to build other projects in its post-build actions.


--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.jenkins-ci.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira