Details
-
Type:
Bug
-
Status: Open (View Workflow)
-
Priority:
Major
-
Resolution: Unresolved
-
Component/s: throttle-concurrent-builds-plugin
-
Labels:
-
Similar Issues:
Description
Configuration
- Pipeline job with parameters
- Execute concurrent builds if necessary: true
- Throttle Concurrent Builds: true
- Prevent multiple jobs with identical parameters from running concurrently: true
Notes
- Job parameters are defined as part of the pipeline setup with the properties command
- This is also an issue when properties are not defined as part of the pipeline setup, and are configured through the UI directly
Problem
When throttling based on one of the job's parameters, the plugin does not prevent multiple builds from running concurrently when the defined parameter is the same.
Attachments
Issue Links
- duplicates
-
JENKINS-31801 Pipeline Support in Throttle Concurrent Builds
-
- Resolved
-
- relates to
-
JENKINS-37929 WorkUnitContext.actions does not populate for Pipeline steps
-
- Resolved
-
- links to
Having the same issues not being able to throttle pipeline jobs based on parameters, has this received any attention/help/updates? This is causing a lot of pain on our internal CI. Running Jenkins jenkins-2.222.1 with latest TCB.