| We have the need to limit the concurrent Builds within the pipeline Job. Config:
- 10 nodes with label 'docker'
- 200 Pipeline Matrix Jobs in queue for the agent 'docker'
=> all 'docker' nodes will be blocked for the execution time of all 200 Jobs We would like to have a config similar to MS Azure to limit the max parallel Jobs or Nodes. see: Azure-Multi-Job We already checked the Throttle Plugin, but there is no Option to limit max parallel Builds. ->https://plugins.jenkins.io/throttle-concurrents/ |