Jenkins pipeline poll perforce
问题 In continuation to jenkins-pipeline-syntax-for-p4sync - I am not able to get the "Poll SCM" option work for my pipeline job. Here is my configuration: "Poll SCM" is checked and set to poll every 10 minutes Pipeline script contains the following: node ('some-node') // not actual value { stage ('checkout') { checkout([ $class: 'PerforceScm', credential: '11111111-1111-1111-1111-11111111111', // not actual value populate: [ $class: 'AutoCleanImpl', delete: true, modtime: false, parallel: [