Running same job in Parallel using Jenkins and build flow -


i trying run same automated job (deriv_client_add) in parallel different parameters:

parallel(   {build("gui/deriv_client_add", branch:params.branch, config:params.conf)} ) 

if run job multiple times different branch , config queues them up. there way run same job multiple times in parallel?

thank ;)

try below plugin suit requirement 

checkthis


Comments

Popular posts from this blog

Android : Making Listview full screen -

sql server - SQL, get max id of column -

c# - How to share session between a MVC project and a WCF project? -