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

user interface - how to replace an ongoing process of image capture from another process call over the same ImageLabel in python's GUI TKinter -

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

javascript - Restarting Supervisor and effect on FlaskSocketIO -