Issue Type: Bug Bug
Assignee: Justin Ryan
Components: job-dsl-plugin
Created: 22/Feb/13 1:40 PM
Description:

It is currently not possible to define jobs which can run on any node. The checkbox for "Restrict where this project can be run" is always set even if the label element is omitted. In the config.xml the <canRoam> element is always set it false.

As a workaround, a configure block can be used.

job {
  ...
  configure { it / canRoam(true) }
  ...
}
Environment: jenkins 1.492, job-dsl-plugin 1.12
Project: Jenkins
Priority: Major Major
Reporter: Daniel Spilker
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

--
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.
 
 

Reply via email to