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
Comments
Post a Comment