-
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
-
[JENKINS-25414] Allow remote polling if multiple repositories but single branch defined
Resolution | New: Fixed [ 1 ] | |
Status | Original: Open [ 1 ] | New: Resolved [ 5 ] |
Status | Original: Resolved [ 5 ] | New: Closed [ 6 ] |
Link | New: This issue is related to JENKINS-26269 [ JENKINS-26269 ] |
Workflow | Original: JNJira [ 159380 ] | New: JNJira + In-Review [ 208186 ] |
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]