concurrency - How start identical jobs with different parameters in parallel execution? -
i have build job , test job parameters.
i want after build job, simultaneously run test job 1 parameter , same test job different parameters in parallel execution.
build job | / \ test job test job 1 params other params | | how accomplish , whether possible perform without having write own plugin?
thanks!
when create test job, create "build multi-configuration project" while configuring job select "configuration matrix" "user-defined axis"
you can use name of axis parameter in job. given parameters started simultaneous in different jobs. (if enough executors available)
Comments
Post a Comment