vikash chandra
vikash chandra

Reputation: 117

How can I solve in jenkins

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

Answers (2)

yorammi
yorammi

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

Mircea-Andrei Albu
Mircea-Andrei Albu

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

Related Questions