-
Bug
-
Resolution: Unresolved
-
Major
-
None
When passing job options when I have a multi-value options with a comma delimited list there is an issue. Specifically I am trying to pass a list of nodes for a job to run on which is then used by the rundeck job as the node filter. In all cases the job is only run against the node which comes after the first comma. Here is the sample job options from jenkins.
infUsername=none
infPassword=
env=dev
version=$POM_VERSION
identifier=:war
nodes=dtkcpiu09,dtkpciu18 <-- This is the offending line