-
Bug
-
Resolution: Duplicate
-
Minor
-
None
Getting error that branch name cannot contain "/"
Looks like that it is from that file: https://github.com/jenkinsci/scm-api-plugin/blob/master/src/main/java/jenkins/scm/api/SCMFile.java#L82-L84
but change (based on the git blame) is pretty old so not sure what truly has happened here
- duplicates
-
JENKINS-75208 Checkout on bitbucket server fail with IllegalArgumentException "Name cannot contain '/'"
-
- Closed
-
Please provide enough details so that others can duplicate the issue. Many, many Jenkins users have branch names with '/' characters in them, including several pull requests to Jenkins core (10179, 10127, 10098, 10010, 10009, 10008) . I have a test job that includes a branch with slashes and it works as expected.
"How to report an issue" provides a very good checklist of the type of information that is needed so that others can duplicate the issue. If that additional information is not provided, this will be closed as "Cannot reproduce".