-
Bug
-
Resolution: Fixed
-
Blocker
-
None
-
Jenkins 2.73.3 in Docker
pipeline-model-definition-plugin 1.2.3 (works) -> 1.2.4 (broken)
Options block like this:
pipeline {
options {
disableConcurrentBuilds()
timeout(time: 30, unit: 'MINUTES')
}
(...)
}
disableConcurrentBuilds() now throws a Groovy exception at build time when Jenkins tries to compile the Jenkinsfile. Class cast error from @{} to Describable.
Probably related to this change:
- is duplicated by
-
JENKINS-48127 Declarative Pipeline parameters: build fails with ProxyException / GroovyCastException
-
- Resolved
-
-
JENKINS-48123 archiveArtifacts artifacts: syntax silently ignored
-
- Closed
-
- links to
[JENKINS-48115] disableConcurrentBuilds() within an options block is now broken, throws Groovy exception during Jenkinsfile parsing
Priority | Original: Critical [ 2 ] | New: Blocker [ 1 ] |
Attachment | New: image-2017-11-20-14-05-25-123.png [ 40438 ] |
Status | Original: Open [ 1 ] | New: In Progress [ 3 ] |
Status | Original: In Progress [ 3 ] | New: In Review [ 10005 ] |
Remote Link | New: This issue links to "PR #221 (Web Link)" [ 18118 ] |
Component/s | New: jira-steps-plugin [ 21974 ] | |
Component/s | New: workflow-step-api-plugin [ 21718 ] |
Remote Link | New: This issue links to "PR61 (Web Link)" [ 18121 ] |
Remote Link | Original: This issue links to "PR61 (Web Link)" [ 18121 ] |
Remote Link | New: This issue links to "JIRA Steps #61 (Web Link)" [ 18122 ] |
Link |
New:
This issue is duplicated by |