-
Bug
-
Resolution: Duplicate
-
Major
-
None
Our dev team have some branches in Git with name such as "integration/(branch1)", "integration/(branch1)/1.1". Git returned "ERROR: Couldn't find any revision to build. Verify the repository and branch configuration for this job.
". Is this a known issue?
- duplicates
-
JENKINS-14026 git plugin doesn't support branch name contains slash ("/")
-
- Closed
-
Are your jobs setup to build specific branches or all branches (**)? Did you try adding the remote name before the branch name?
Such as:
origin/integration/branch1
origin/integration/branch1/1.1