Details
-
Bug
-
Status: Closed (View Workflow)
-
Blocker
-
Resolution: Fixed
-
None
-
Jenkins 2.73.3 in Docker
pipeline-model-definition-plugin 1.2.3 (works) -> 1.2.4 (broken)
Description
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:
Attachments
Issue Links
- is duplicated by
-
JENKINS-48127 Declarative Pipeline parameters: build fails with ProxyException / GroovyCastException
-
- Resolved
-
-
JENKINS-48123 archiveArtifacts artifacts: syntax silently ignored
-
- Closed
-
- links to
Activity
Field | Original Value | New Value |
---|---|---|
Priority | Critical [ 2 ] | Blocker [ 1 ] |
Attachment | image-2017-11-20-14-05-25-123.png [ 40438 ] |
Status | Open [ 1 ] | In Progress [ 3 ] |
Status | In Progress [ 3 ] | In Review [ 10005 ] |
Remote Link | This issue links to "PR #221 (Web Link)" [ 18118 ] |
Component/s | jira-steps-plugin [ 21974 ] | |
Component/s | workflow-step-api-plugin [ 21718 ] |
Remote Link | This issue links to "PR61 (Web Link)" [ 18121 ] |
Remote Link | This issue links to "PR61 (Web Link)" [ 18121 ] |
Remote Link | This issue links to "JIRA Steps #61 (Web Link)" [ 18122 ] |
Link |
This issue is duplicated by |
Link |
This issue is duplicated by |
Resolution | Fixed [ 1 ] | |
Status | In Review [ 10005 ] | Resolved [ 5 ] |
Status | Resolved [ 5 ] | Closed [ 6 ] |
Well, bugger. Lemme look.