-
Bug
-
Resolution: Unresolved
-
Minor
-
Active Choices Plug-in version 1.4
Jenkins ver. 1.652
I have an Active choice parameter (Multi select) with the following Groovy script
['ONE:selected','TWO:selected','TREE:selected','FOUR:selected']
And the following fallback
['FALLBACK']
If I start the job with a timer the parameter gets the value ONE:selected, I was expecting ONE,TWO,TREE,FOUR
This is related to JENKINS-32405 and JENKINS-28735, but has no relation to other Active choice parameters so it might be an easier fix.
- is related to
-
JENKINS-28735 Supporting Jobs triggered by plug-ins, API and scripts, timer
- Reopened