JENKINS-12093 - Allow per-project & category throttling on the same job#20
JENKINS-12093 - Allow per-project & category throttling on the same job#20gcummings wants to merge 1 commit into
Conversation
Updated to always throttle on project settings, then optionally throttle on category settings
|
plugins » throttle-concurrent-builds-plugin #36 SUCCESS |
|
Thank you for a pull request! Please check this document for how the Jenkins project handles pull requests |
|
I would prefer an extension point like My proposals:
|
|
This would be useful for us to apply both project and category level throttling. @oleg-nenashev @gcummings would you be able to resolve the conflicts and help merge this PR? |
|
@basil would there be availability to merge this PR if the conflicts are solved? We'd need something like this as well. |
|
I'm not really maintaining this plugin anymore, you are free to adopt it as described in https://www.jenkins.io/doc/developer/plugin-governance/adopt-a-plugin/ |
Hi,
Please review and provide feedback.
Updated to always throttle on project settings, then optionally throttle by category.
Per existing behaviour, if project settings are 0, then no throttling occurs by project.
Other options could be
thanks
Geoff