|
||||||||
|
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/d/optout.

I'm having the same issue here..
I have several nodes that can run a job, and I want to be able to specify through parameters whether it should be run by one specific node or that it doesn't matter which node runs it.
I am trying to do it by assigning the label "any" to all the nodes, the job has a choice parameter containing all the node names plus the label "any", if the parameter is "any" all the nodes can execute this job.
Nodelabel plugin doesn't allow me to do it, because it forces me to pick a node, and I cannot have the option to run it in any available node.