I have two nodes defined with the same label.  
 
NodeA   (label mygit)
NodeB   (label mygit)
 
I am using the build flow plugin and have a script that gets called from 
the main build job that performs the following
build(joba.sh)
parallel{
  {build (jobb.sh),
   build (jobc.sh),
   build (jobd.sh)}
 
I have told each build to use the label mygit during the build process.  
 
I need a build that starts on one node to finish on one node and not farm 
out any jobs to the other labeled mygit node (If I start on NodeA 
everything finishes on NodeA).
 
Does anyone have any ideas on why my builds are not staying on the one Node 
they start on to completion?
 
thanks!
 

-- 
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 [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/b5667863-e018-4a4e-8b82-0c0de8ed2c57%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to