|
|
_0.png) |
|
|
|
|
Issue Type:
|
Bug
|
|
Affects Versions:
|
current |
|
Assignee:
|
Gregory Boissinot
|
|
Components:
|
scripttrigger |
|
Created:
|
14/Jun/12 1:47 PM
|
|
Description:
|
Hello All,
Execute ScriptTrigger using the same slave as was specified in the "Restrict where this project can be run" field
For instance:
Restrict where this project can be run: Label Expression: UBUNTU
[ScriptTrigger] - Poll with a shell or batch script
Polling started on 14-Jun-2012 07:00:59
Polling for the job XXX_2.5
Looking nodes where the poll can be run.
Looking for a candidate node to run the poll.
Looking for a polling node with the assigned project label ubuntu.
Trying to poll on master node.
Polling on master.
The expected script execution code is 0
Evaluating the script:
Thanks
|
|
Environment:
|
rhel 5.5
64 bits
Jenkins 1.464
|
|
Project:
|
Jenkins
|
|
Priority:
|
Major
|
|
Reporter:
|
Victor Martinez
|
|
|
|
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira
|
|
Code changed in jenkins
User: Gregory Boissinot
Path:
src/main/java/org/jenkinsci/plugins/scripttrigger/AbstractTrigger.java
src/main/java/org/jenkinsci/plugins/scripttrigger/LabelRestrictionClass.java
src/main/java/org/jenkinsci/plugins/scripttrigger/ScriptTrigger.java
src/main/java/org/jenkinsci/plugins/scripttrigger/groovy/GroovyScriptTrigger.java
src/main/resources/org/jenkinsci/plugins/scripttrigger/ScriptTrigger/config.jelly
src/main/resources/org/jenkinsci/plugins/scripttrigger/groovy/GroovyScriptTrigger/config.jelly
http://jenkins-ci.org/commit/scripttrigger-plugin/01fdc98e0d06c9349d016bc64b0b5f25e77eb1fc
Log:
Fix JENKINS-14104