jenkinsci / jenkinsci/subversion-plugin
[JENKINS-54621] List subversion tags: list branches / tags in subfolders recursively
- Dominant language
- Java
- Stars
- 131
- Forks
- 275
- Avg merge
- 12h 4m
- Merged PRs (30d)
- 6
Description
When pointing the "List Subversion tags" parameter at a subversion root, it correctly lists folders such as "trunk", "tags/xxx", "branches/xxx".
Our svn repo is set up with two subfolders in the branches folder, "branches/RB" for release branches and "branches/FB" for feature branches. "List Subversion tags" does not list branches in these subfolders such as "branches/FB/xxx" or "branches/RB/xxx". It only lists "branches/RB" and "branches/FB", which doesn't work because theses folders contain nothing but the subfolders.
Please consider adding an option to list deeper subfolders, or list all leaf folders recursively.
---
Originally reported by tdlrali, imported from: List subversion tags: list branches / tags in subfolders recursively
Raw content of original issue
When pointing the "List Subversion tags" parameter at a subversion root, it correctly lists folders such as "trunk", "tags/xxx", "branches/xxx".
Our svn repo is set up with two subfolders in the branches folder, "branches/RB" for release branches and "branches/FB" for feature branches. "List Subversion tags" does not list branches in these subfolders such as "branches/FB/xxx" or "branches/RB/xxx". It only lists "branches/RB" and "branches/FB", which doesn't work because theses folders contain nothing but the subfolders.
Please consider adding an option to list deeper subfolders, or list all leaf folders recursively.
- environment:
Jenkins ver. 2.138.2
Contributor guide
Assessment
This issue has not been assessed yet.