Skip to content

Commit 28406a8

Browse files
authored
Start weekly build 6 hours earlier (04:30 AM UTC) (#815)
Since Jenkins infra team members are available in the India and European time zones, let's start the builds early enough that they can easily complete within the working day. Discussed in Jenkins developers mailing list at: * https://groups.google.com/g/jenkinsci-dev/c/wVddkpE4JDU/m/mNhpfpHGCwAJ
1 parent f04ddad commit 28406a8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Jenkinsfile.d/core/weekly

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ pipeline {
55
disableConcurrentBuilds()
66
}
77

8-
// Every Tuesday at 10:30:00 AM Coordinated Universal Time;
8+
// Every Tuesday at 4:30:00 AM Coordinated Universal Time;
99
triggers {
10-
cron '30 10 * * 2'
10+
cron '30 4 * * 2'
1111
}
1212

1313
stages {

0 commit comments

Comments
 (0)