-
Bug
-
Resolution: Fixed
-
Minor
-
None
-
pipeline:2.4
Given I use Snippet Editor to generate code for the properties step and
I select This project is parameterized and
I add a new Choice Parameter
When I enter the choices into the text area separated by line breaks and hit the Generate Pipeline Script button
Then the emitted code includes choices: ['A', 'B', 'C'], which, however, is invalid.
The resulting error message is:
java.lang.ClassCastException: hudson.model.ChoiceParameterDefinition.choices expects class java.lang.String but received class java.util.ArrayList
Instead, the valid code would be choices: ['A\nB\nC'].
- duplicates
-
JENKINS-41180 "choice" parameter should take array for choices argument
- Closed
- relates to
-
JENKINS-26143 Workflow Snippet Generator - Incorrect format for Input with Choice Parameter
- Resolved
-
JENKINS-41180 "choice" parameter should take array for choices argument
- Closed