Hi,
i d'like to use the multibranch Feature with Workflow Plugin Pipelines but it's nearly not possible because of some weird naming for branches.
Lets say i have specified some SVN URL svn://URL/Project.
Under this URL there are a trunk Folder (svn://URL/Project/trunk) and some branch Folders (svn://URL/Project/branches/1.0, svn://URL/Project/branches/2.0).
Jenkins scans the structure and creates 3 Projects:
- trunk
- branches/1.0
- branches/2.0
The branches here cause some trouble because of the "/" thats handled like "branches%2F1.0".
Docker & Others tools are throwing errors with this kind of project naming.
Is it possible to change branches only to have the last part after the "/" as name?
- duplicates
-
JENKINS-34564 Give the ability to choose how the multibranch subprojects will be named.
- Resolved