jenkinsci / jenkinsci/subversion-plugin
[JENKINS-14148] SVN Tag build parameter does not list more than one level
- 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
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/user2are 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
Assessment
This issue has not been assessed yet.