-
Bug
-
Resolution: Unresolved
-
Minor
-
Jenkin 1.655
promoted builds plugin 2.27
job DSL plugin 1.51
The following DSL does not correctly generate the choices - a, b, c - in the generated job. See attached screen shot.
freeStyleJob('rag-test-job') {
properties{
promotions {
promotion {
name('Development')
conditions {
manual('araguero', parameters
)
}
actions
}
}
}
}
- is related to
-
JENKINS-26143 Workflow Snippet Generator - Incorrect format for Input with Choice Parameter
- Resolved
- links to