-
Bug
-
Resolution: Unresolved
-
Major
-
None
-
Jenkins on Windows, with following plugins/versions:
ant 1.2
antisamy-markup-formatter 1.3
any-buildstep 0.1
build-flow-plugin 0.17
build-name-setter 1.3
build-pipeline-plugin 1.4.7
build-timeout 1.14.1
conditional-buildstep 1.3.3
configure-job-column-plugin 1.0
copyartifact 1.35
credentials 1.22
cvs 2.12
dynamic-axis 1.0.3
dynamic_extended_choice_parameter 1.0.1
email-ext 2.39.3
envfile 1.2
envinject 1.91.2
extended-choice-parameter 0.36
extensible-choice-parameter 1.2.2
external-monitor-job 1.4
flexible-publish 0.15.1
git 2.3.5
git-client 1.16.1
groovyaxis 0.3
htmlpublisher 1.3
javadoc 1.3
jenkins-multijob-plugin 1.16
job-import-plugin 1.2
jobConfigHistory 2.11
jquery 1.7.2-1
junit 1.5
ldap 1.11
mailer 1.15
mapdb-api 1.0.6.0
matrix-auth 1.2
matrix-combinations-parameter 1.0.7
matrix-project 1.4.1
maven-plugin 2.9
nodelabelparameter 1.5.1
pam-auth 1.2
parameterized-trigger 2.26
robot 1.6.0
role-strategy 2.2.0
run-condition 1.0
scm-api 0.2
script-security 1.13
sidebar-link 1.6
ssh-credentials 1.11
ssh-slaves 1.9
subversion 2.5
test-results-analyzer 0.2.0
testng-plugin 1.10
timestamper 1.6
token-macro 1.10
translation 1.12
vncviewer 1.1
windows-slaves 1.0
ws-cleanup 0.25Jenkins on Windows, with following plugins/versions: ant 1.2 antisamy-markup-formatter 1.3 any-buildstep 0.1 build-flow-plugin 0.17 build-name-setter 1.3 build-pipeline-plugin 1.4.7 build-timeout 1.14.1 conditional-buildstep 1.3.3 configure-job-column-plugin 1.0 copyartifact 1.35 credentials 1.22 cvs 2.12 dynamic-axis 1.0.3 dynamic_extended_choice_parameter 1.0.1 email-ext 2.39.3 envfile 1.2 envinject 1.91.2 extended-choice-parameter 0.36 extensible-choice-parameter 1.2.2 external-monitor-job 1.4 flexible-publish 0.15.1 git 2.3.5 git-client 1.16.1 groovyaxis 0.3 htmlpublisher 1.3 javadoc 1.3 jenkins-multijob-plugin 1.16 job-import-plugin 1.2 jobConfigHistory 2.11 jquery 1.7.2-1 junit 1.5 ldap 1.11 mailer 1.15 mapdb-api 1.0.6.0 matrix-auth 1.2 matrix-combinations-parameter 1.0.7 matrix-project 1.4.1 maven-plugin 2.9 nodelabelparameter 1.5.1 pam-auth 1.2 parameterized-trigger 2.26 robot 1.6.0 role-strategy 2.2.0 run-condition 1.0 scm-api 0.2 script-security 1.13 sidebar-link 1.6 ssh-credentials 1.11 ssh-slaves 1.9 subversion 2.5 test-results-analyzer 0.2.0 testng-plugin 1.10 timestamper 1.6 token-macro 1.10 translation 1.12 vncviewer 1.1 windows-slaves 1.0 ws-cleanup 0.25
This plugin is very useful for multi-select parameters.
However, when trying to pass the chosen parameters in a multi Configuration Matrix, using "Dynamic Axis plugin", the values must be separated by spaces.
for example, setting optional values: file1.xml file2.xml,
and having a default values choices, to get multiple parameters: file1.xml file2.xml.
will pass a single parameter to the axis as: "file1.xml file2.xml".
Please allow a space delimiter to be used.
(by the way, I currently use Extensible Choice Parameter plugin, that can parse a multi-parameter with space delimiter, but your plugin has other advantages I preffer.)