-
Bug
-
Resolution: Unresolved
-
Major
-
jenkins: 1.477 and 1.472
git: 1.1.21 and 1.1.22
Steps to reproduce:
1. Setup git plugin with two repositories (with or without refspec)
2. Specify a job string parameter for the branch
3. Launch the build with a custom branch as parameter
Actual results:
Checks out the last built branch
Expected results:
Check out the branch which was specified by parameter
- is related to
-
JENKINS-26269 Polling with multiple repositories does not detect changes
-
- Open
-
A workaround for this is to specify a choose parameter containing the repositories, to have only one repository set up in git plugin. So a user can first select the repository where his branch is and then specify the branch.