-
New Feature
-
Resolution: Fixed
-
Major
-
None
Request the ability to force SCM polling on the master. It is presently delegated to slaves, and these require a workspace to poll, which implicitly causes a build to occur if the workspace does not exist. In environments where the slaves are short lived, this causes many extra builds.
This is identical to JENKINS-9067 which was for the older predecessor perforce plugin
- relates to
-
JENKINS-49693 Add "Only poll using master" option
-
- Open
-
I could override the environment variable for $NODE during the polling, this would use the correct Perforce Client Workspace, but may still execute on the slave.
Not sure how to actually force Jenkins to poll on the master, seems to be out of the scope of the 'p4' plugin, as the decision where to poll has already been made. I'll read up on
JENKINS-9067and see how they fixed it.