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 -

javascript - Parse JSON from the body of the POST -

javascript - Chrome Extension: Interacting with iframe embedded within popup -