Details
-
Bug
-
Status: Resolved (View Workflow)
-
Major
-
Resolution: Fixed
-
None
-
rhel 5.5
64 bits
Jenkins 1.464
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
Attachments
Activity
Field | Original Value | New Value |
---|---|---|
Resolution | Fixed [ 1 ] | |
Status | Open [ 1 ] | Resolved [ 5 ] |
Resolution | Fixed [ 1 ] | |
Status | Resolved [ 5 ] | Reopened [ 4 ] |
Resolution | Cannot Reproduce [ 5 ] | |
Status | Reopened [ 4 ] | Resolved [ 5 ] |
Resolution | Cannot Reproduce [ 5 ] | |
Status | Resolved [ 5 ] | Reopened [ 4 ] |
Resolution | Fixed [ 1 ] | |
Status | Reopened [ 4 ] | Resolved [ 5 ] |
Workflow | JNJira [ 144735 ] | JNJira + In-Review [ 191151 ] |
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