jenkinsci / jenkinsci/matrix-project-plugin
[JENKINS-35330] Matrix plugin forwards subversion tag parameter value as null
- Dominant language
- Java
- Stars
- 17
- Forks
- 85
- Avg merge
- 4h 27m
- Merged PRs (30d)
- 5
Description
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.
---
Originally reported by
tom_ghyselinck, imported from: Matrix plugin forwards subversion tag parameter value as null
amuniz
Raw content of original issue
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=nullNote: Downgrade to Matrix Project Plugin version 1.6 fixes the issue.
environment
```
Jenkins 1.609.3 LTS
Matrix Project Plugin 1.7
Subversion Plugin 2.5.7
```
2 attachments
- [Jenkins-Variable-List-Matrix-Project-Plugin-1_6.pdf](https://issues.jenkins.io/secure/attachment/33087/Jenkins-Variable-List-Matrix-Project-Plugin-1_6.pdf)
- [Jenkins-Variable-List-Matrix-Project-Plugin-1_7.pdf](https://issues.jenkins.io/secure/attachment/33088/Jenkins-Variable-List-Matrix-Project-Plugin-1_7.pdf)
Contributor guide
Assessment
This issue has not been assessed yet.