jenkinsci / jenkinsci/subversion-plugin

[JENKINS-14148] SVN Tag build parameter does not list more than one level

Open
#931 2 comments 0 reactions 0 assignees View on GitHub
component:subversion-plugin imported-jira-issue priority:major resolution:unresolved
Dominant language
Java
Stars
131
Forks
275
Avg merge
12h 4m
Merged PRs (30d)
6

Description

When trying to use a svn tag as build parameter the tag drop down does not include all tags or branches. For example:

if the repo URL is https://repo/

and the repo has the following structure

+- repo


--+ trunk


--+ tags


 

--+ tag1

 

--+ tag2

--+ branches


--+ user1


 

--+ branch1

 

--+ branch2

--+ user2


--+ branch1

 

--+ branch2

Only

trunk

tags/tag1

tags/tag2

branches/user1

branches/user2

are listed. Is it possible to add parameter that tells the plugin how deep to look for? So that we can have

trunk

tags/tag1

tags/tag2

branches/user1

branches/user1/branch1

branches/user1/branch2

branches/user2

branches/user2/branch1

branches/user2/branch2

---
Originally reported by gdumont82, imported from: SVN Tag build parameter does not list more than one level


  • status: Open
  • priority: Major
  • component(s): subversion-plugin
  • resolution: Unresolved
  • votes: 0
  • watchers: 4
  • imported: 20251212-090250

Raw content of original issue

When trying to use a svn tag as build parameter the tag drop down does not include all tags or branches. For example:

if the repo URL is https://repo/

and the repo has the following structure

+- repo


--+ trunk


--+ tags


 

--+ tag1

 

--+ tag2

--+ branches


--+ user1


 

--+ branch1

 

--+ branch2

--+ user2


--+ branch1

 

--+ branch2

Only

trunk
tags/tag1
tags/tag2
branches/user1
branches/user2

are listed. Is it possible to add parameter that tells the plugin how deep to look for? So that we can have

trunk
tags/tag1
tags/tag2
branches/user1
branches/user1/branch1
branches/user1/branch2
branches/user2
branches/user2/branch1
branches/user2/branch2

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.