-
Bug
-
Resolution: Unresolved
-
Minor
-
None
-
jenkins 1.613
repo plugin 1.7.1
I have a master Jenkins slave configuration with:
Master: linux ubuntu 12.04
slave1: linux ubuntu 14.04
slave2: windows server 2003
I have a project using the repo scm plugin to checkout the source code. The project is restricted to only run on slave1.
When I enabled polling to check for changes every 15 min and then check the Gerrit Repo Polling Log I see that polling fails because it is attempting to poll on slave2 which does not have repo installed, I would have thought if the project was restricted to run on a specific slave then the polling would also occur on that slave?
I do know that the Multiple-SCM plugin as the option "Force polling using workspace" to solve this problem, perhaps a similar option needs to be added to the Repo plugin.