-
Bug
-
Resolution: Unresolved
-
Major
-
None
-
jenkins: 1.609.2, git-plugin: 2.4.0
This only happens when multiple git repositories are used.
Steps to reproduce:
- Create a Project with 2 git repositories
- For "Branches to build" specify an existing branch
- build the project
- Change "Branches to build" to "non_existing_branch"
- build again
Expected result:
The build should fail
Result:
The build succeeds. The last checkout is simply left as is.