jenkins: remove pollSCM (#32220)

* try

* master
pull/32221/head
Justin Newberry 1 year ago committed by GitHub
parent 7e20812924
commit f12c4d8251
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  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