| Here is the code I'm using for the second checkout: checkout changelog: false, poll: false, scm: perforce( //p4 options ) And despite this, the last lines of the polling log contain this: P4: Polling on: master with:jenkins-master-jobName-deploy-scripts Done. Took 0.65 sec Changes found I don't know why it's trying to poll even though I explicitly said not to, and I don't know why the polling is exiting immediately claiming it found changes, but the combination of this is resulting in "runaway polling". |