I am trying to have a multi job build in Jenkins. 
The restriction is the following: Let's say we have 3 jobs that need to run 
sequentially (1,2,3). I want job 1 and 3 to run exclusively on master, and 
job 2 to run on a node that I,as user I will specify. The problem is that 
if you use NodeLabel Parameter Plugin, meaning creating a label variable, 
and the pass it to the job, if the node is not up at the time, the multi 
build will not start, even though you have restricted it to master, or the 
first phase is suppose to run in master anyways. Any ideas?

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/80f7c744-0fd7-4e83-b295-06067cb8c585%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to