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.
Asked
Active
Viewed 62 times
1
-
It's unclear what you're saying. You have one build, where you select multiple slaves when starting it (which doesn't seem to make sense), yet multiple builds are queued? If they're builds of the same job, then you need to enable "Execute concurrent builds if necessary". – Christopher Orr Feb 17 '16 at 17:46
-
Probably you are looking for something like this: http://stackoverflow.com/questions/27483322/building-waiting-for-parent-job-latest-version/27495289#27495289 – Nagendra Singh Feb 17 '16 at 23:55
2 Answers
1
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

Community
- 1
- 1

Mircea-Andrei Albu
- 140
- 9
-
This seems unrelated to executor exhaustion, or builds remaining in the queue. – Christopher Orr Feb 17 '16 at 17:43
0
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.

yorammi
- 6,272
- 1
- 28
- 34