-
Bug
-
Resolution: Fixed
-
Major
-
-
2.2
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.
- 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