deployment - Jenkins: prevent Deploy from running with Selenium Tests -
we have 20 selenium builds , 1 deployment build (for every of 4 environments) best way prevent deployments , selenium tests running simultaneously?
to use throttleconcurrentbuilds plugin i'll need create 20 categories of 2 builds in each - deployment+seleniumjob1, deployment+seleniumjob2, deployment+seleniumjob3 etc.
and when i'll every environment, i'll 80 categories in total
is there better way it?
Comments
Post a Comment