Skip to main content

JENKINS:EXECUTE JOBS IN PARALLEL

Assume that we have master slave node Jenkins setup with two slavenodes running.



Create two jobs for slave1 and slave1.Now give build now for slave1 and then for slave2.We can see that slave2 project is waiting till first one is over.


We can overcome this issue. For that we have to enable execute concurrent builds if necessary for both slave1 and slave2.Click on down arrow near the project name > Configure
Now enable execute concurrent builds if necessary and save.Now run both jobs at same time.We can see both builds occur in parallel.