jenkins: nightly build in correct timezone (#32237)

correct timezone
old-commit-hash: 046066032a
pull/32199/head
Justin Newberry 1 year ago committed by GitHub
parent 7e5191422d
commit bcf9f08563
  1. 2
      Jenkinsfile

2
Jenkinsfile vendored

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

Loading…
Cancel
Save