jenkins: nightly build in correct timezone (#32237)

correct timezone
old-commit-hash: 046066032a548ea641101f3a2f79a0c60f36f6f1
This commit is contained in:
Justin Newberry
2024-04-17 10:13:56 -07:00
committed by GitHub
parent 7e5191422d
commit bcf9f08563
Vendored
+1 -1
View File
@@ -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
]))
}