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
-
[JENKINS-34595] Multibranch Pipeline Project vs SVN branches
Link |
New:
This issue duplicates |
Resolution | New: Duplicate [ 3 ] | |
Status | Original: Open [ 1 ] | New: Resolved [ 5 ] |
Workflow | Original: JNJira [ 170754 ] | New: JNJira + In-Review [ 198935 ] |
Component/s | New: pipeline-general [ 21692 ] |
Component/s | Original: workflow-plugin [ 18820 ] |
Labels | Original: 2.1 workflow | New: 2.1 pipeline workflow |
Labels | Original: 2.1 pipeline workflow | New: 2.1 pipeline |