-
Improvement
-
Resolution: Fixed
-
Minor
-
None
-
git-2.2.7
Remote polling only works if only one branch and one repository has been specified. If you need to specify another repository (e.g. only for pushing), remote polling is disabled.
Remote polling should still be used if the branch specifies the specific repository name.
- is related to
-
JENKINS-26269 Polling with multiple repositories does not detect changes
-
- Open
-
Code changed in jenkins
User: Wannes Sels
Path:
src/main/java/hudson/plugins/git/GitSCM.java
src/test/java/hudson/plugins/git/GitSCMTest.java
http://jenkins-ci.org/commit/git-plugin/0c250cd1c53e351f119b819c879290ce111cd5ef
Log:
Allow remotePolling on single (qualified) branch with multiple
repositories
[FIXED JENKINS-25414]