-
Bug
-
Resolution: Unresolved
-
Critical
-
None
-
Jenkins 1.609.3 LTS
Matrix Project Plugin 1.7
Subversion Plugin 2.5.7
I have a matrix job which has "List subversion tags and more" parameters. (i.e. variable name SELECT_BRANCH)
I try to use the variable in a shell script.
The builds fail because the variable contains the value null instead of the selected svn branch.
Executing printenv shows me:
SELECT_BRANCH=null
Note: Downgrade to Matrix Project Plugin version 1.6 fixes the issue.
- is related to
-
JENKINS-34758 Parameters are not passed to child jobs in multi-configuration projects
- Closed