Reputation: 117
When I trigger(parameterized build, I am selecting multiple slaves) one single job on multiple slaves with 3 executors per slaves. On first slave build success but 2nd , 3rd and so on waiting for executors and all jobs in queue.
Upvotes: 1
Views: 69
Reputation: 6458
What you need (you need to rewrite it to be clearer) will be solved using a combination of Throttle Concurrent Builds Plugin and Multijob Plugin.
Upvotes: 0
Reputation: 140
What you are looking for is a Multi-Configuration project. Create a project and what are you looking for is the "Configuration Matrix". You can find your answer here. Jenkins and multi-configuration (matrix) jobs
Upvotes: 1