-
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