mirror of
https://github.com/firestar5683/StarPilot.git
synced 2026-06-28 01:52:06 +08:00
jenkins: nightly build in correct timezone (#32237)
correct timezone old-commit-hash: 046066032a548ea641101f3a2f79a0c60f36f6f1
This commit is contained in:
Vendored
+1
-1
@@ -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
|
||||
]))
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user