-
Bug
-
Resolution: Unresolved
-
Critical
-
None
-
Jenkins 2.1, Goovy-Plugin 2.2
The following Groovy-Code in a Jenkins-Pipeline
1.upto(40, {
println "Number ${it}"
})
only prints Number 1, and not the other numbers.
- is related to
-
JENKINS-34633 ansible-plugin with pipeline groovy multiple misbehaviours
- Open