-
Bug
-
Resolution: Unresolved
-
Minor
In the git plugin, when multiple repository URLs are configured (note: two remotes, not MultiSCM), building a git tag does not find the correct commit.
Steps to reproduce:
- Create a job with two git repository URLs (note: two remotes, not MultiSCM). Ensure you name give the second one a different remote name. For example:
origin -> git://github.com/blt04/jenkins-test1.git upstream -> git://github.com/blt04/jenkins-test2.git
- Run a build using master
- Configure the branch to be a tag: "test2-1.0"
- Run the job
Expected results:
Builds the tag
Actual results:
Builds the last built revision
- is related to
-
JENKINS-26269 Polling with multiple repositories does not detect changes
-
- Open
-
Pull request: https://github.com/jenkinsci/git-plugin/pull/287