-
Bug
-
Resolution: Duplicate
-
Minor
-
None
-
Jenkins 2.14
bitbucket-branch-source-plugin from github master branch
mercurial repository
bitbucket-branch-source-plugin replaces slash in the name of the branch to the code %2F:
/var/lib/jenkins/jobs/XVM/branches/Mixail%2Fxvmbuildconf-edited-online-with-bitbucke-1469532963730
Some applications (for example, Mono) unescaping %2F code with a slash. This causes errors such as "file not found".
You may want to use symbol like underscore instead of %2F code.
- duplicates
-
JENKINS-34564 Give the ability to choose how the multibranch subprojects will be named.
- Resolved