jenkinsci / jenkinsci/subversion-plugin
[JENKINS-16478] Subversion plugin "List subversions tags" param does not override global jenkins global properties.
- Dominant language
- Java
- Stars
- 131
- Forks
- 275
- Avg merge
- 12h 4m
- Merged PRs (30d)
- 6
Description
I have a jenkins global property env variable defined as:
BRANCH=trunk
Then in a job, I have a "List subversion tags" parameter also named BRANCH.
Prior to updating the the latest plugins (many of them), the local job's BRANCH var overrode the global property env var.
After the update, the global property env var now takes precedence over the job's local BRANCH parameter.
I've confirmed this by removing the global one and then the local BRANCH is correct.
---
Originally reported by
bedge, imported from: Subversion plugin "List subversions tags" param does not override global jenkins global properties.
Raw content of original issue
I have a jenkins global property env variable defined as:
BRANCH=trunkThen in a job, I have a "List subversion tags" parameter also named BRANCH.
Prior to updating the the latest plugins (many of them), the local job's BRANCH var overrode the global property env var.
After the update, the global property env var now takes precedence over the job's local BRANCH parameter.
I've confirmed this by removing the global one and then the local BRANCH is correct.
- environment:
Ubuntu 12.04.1 64 bit.
Contributor guide
Assessment
This issue has not been assessed yet.