-
Improvement
-
Resolution: Fixed
-
Minor
-
None
Using a slash '/' in a feature branch name like features/issue-123 will create the Subversion branch correctly but will create two Jenkins jobs:
- issue-123
- project-features/issue-123
The expected result is one job with the long name (preferably using dashes '-' instead of 'slashes' for consistency).
- is duplicated by
-
JENKINS-11380 Creating a branch in a subfolder of /branches creates two Jenkins projects
- Resolved