jenkinsci / jenkinsci/matrix-project-plugin

[JENKINS-35330] Matrix plugin forwards subversion tag parameter value as null

Open
#653 8 comments 0 reactions 0 assignees View on GitHub
component:matrix-project-plugin imported-jira-issue priority:critical resolution:unresolved
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


  • assignee: amuniz
  • status: Open
  • priority: Critical
  • component(s): matrix-project-plugin
  • resolution: Unresolved
  • votes: 6
  • watchers: 8
  • imported: 2025-12-06

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=null


Note: 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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.