Details
-
Type:
Improvement
-
Status: Resolved (View Workflow)
-
Priority:
Major
-
Resolution: Duplicate
-
Component/s: branch-api-plugin, multi-branch-project-plugin (not Pipeline)
-
Labels:None
-
Similar Issues:
Description
Original reporter Kaz Nishimura
As issue #11 wrote, slashes in branch names are currently stored as %2F on the file system, but some application containers (I use GlassFish) do not like it in a URL. So I request an enhancement to add an option to encode slashes (or other special characters) differently, such as replacing with safe characters like '_' or something like that.
Attachments
Issue Links
- duplicates
-
JENKINS-34564 Give the ability to choose how the multibranch subprojects will be named.
-
- Resolved
-
David Aldrich just tried to compile my custom version of multibranch plugin with pull request you mentioned included – looks like it does not work with the latest version of sources, I suppose as developer already switched to BRANCH API making this hotfix obsolete (see comment done by mjdetullio commented on Mar 15 to pull request on Github).