-
Type:
Improvement
-
Resolution: Cannot Reproduce
-
Priority:
Minor
-
Component/s: extended-choice-parameter-plugin
-
None
-
Environment:Jenkins ver. 1.656
Extended Choice Parameter Plug-In 0.63
I try to create a simpel textbox or a simple select with a groovy script. It is never working. On this page: http://stackoverflow.com/questions/24730186/jenkins-extended-parameter-plugin-groovy-script , there is a comment that is suggesting to just use return ["1","2","3"] as script.
I tried as in the screenshot with : return ["a","b","c",]
But nothing comes out.