jenkins: remove pollSCM (#32220)

* try

* master
old-commit-hash: f12c4d8251
pull/32199/head
Justin Newberry 1 year ago committed by GitHub
parent b34117b45d
commit 8032379b07
  1. 3
      Jenkinsfile

3
Jenkinsfile vendored

@ -226,8 +226,7 @@ node {
if (env.BRANCH_NAME == nightlyBranch) { if (env.BRANCH_NAME == nightlyBranch) {
props.add(pipelineTriggers([ props.add(pipelineTriggers([
pollSCM('* * * * *'), // every commit cron('0 2 * * *') // at 2am every night
cron('0 2 * * *') // and at 2am every night
])) ]))
} }

Loading…
Cancel
Save