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

javascript - Using jquery append to add option values into a select element not working -

Android soft keyboard reverts to default keyboard on orientation change -

jquery - javascript onscroll fade same class but with different div -