jenkinsci / jenkinsci/subversion-plugin

[JENKINS-16478] Subversion plugin "List subversions tags" param does not override global jenkins global properties.

Open
#994 0 comments 0 reactions 0 assignees View on GitHub
component:subversion-plugin imported-jira-issue priority:minor resolution:unresolved
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.


  • status: Open
  • priority: Minor
  • component(s): subversion-plugin
  • label(s): environment-variables, parameter, svn
  • resolution: Unresolved
  • votes: 0
  • watchers: 1
  • imported: 20251212-090250

Raw content of original issue

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.

  • environment: Ubuntu 12.04.1 64 bit.

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.