Monday, November 13, 2017

Running the same Job with different parameter in parallel execution

In the Jenkins, sometimes we want to trigger the same job for different environment or different browsers at the same time, rather than in sequence. How to do it ?

It is pretty easy! In the Jenkins job configuration page, there is a checkbox named "Execute concurrent builds if necessary".   Once you enable this checkbox, you can trigger your job with different parameters parallel. So simple! enjoy!