Details
-
Bug
-
Status: Resolved (View Workflow)
-
Critical
-
Resolution: Fixed
-
Jenkins 2.7.1
Jenkins 2.49
Pipeline plugin 2.4
-
-
Jenkins 2.136
Description
I have configured a Jenkins pipeline to disable concurrent builds:
properties([ disableConcurrentBuilds() ])
However, I have noticed on some occasions the next 2 builds are pulled from the pipeline's queue and executed concurrently. Why this occurs is not obvious at all.
Attachments
Issue Links
- relates to
-
JENKINS-30231 Build creates second workspace@2 for non-concurrent build configuration
-
- Resolved
-
- links to
Fixed in Jenkins 2.136. I am marking this as an LTS candidate given the impact and simplicity of the fix, although we will have to give it some time to make sure there are no regressions.