-
New Feature
-
Resolution: Won't Fix
-
Minor
-
None
Currently taken is the first value from listy. We need returned all selected value as default.
Eg. Parameter definition (Choice type: Check boxes)
When I run manually I got
and sample results
Run jobs run_job_a,run_job_b
When I run with http://jenkins:8080/job/jobName/buildWithParameters (use curl)
I got
Run jobs run_job_a:selected
but I need the same value (all selected)
I created pull request for this https://github.com/jenkinsci/active-choices-plugin/pull/10