jenkins: remove pollSCM (#32220)

* try

* master
This commit is contained in:
Justin Newberry 2024-04-16 12:51:44 -07:00 committed by GitHub
parent 7e20812924
commit f12c4d8251
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 2 deletions

3
Jenkinsfile vendored
View File

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