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

Popular posts from this blog

how to build hyperlink for query string in php -

php - What is the difference between $_SERVER['PATH_INFO'] and $_SERVER['ORIG_PATH_INFO']? -

queue - mq_receive: message too long -