Skip to content

Commit ea979d3

Browse files
committed
Schedule release build for 8:45 on 2025-10-17
1 parent a767a17 commit ea979d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// Do not trigger build regularly on change requests as it costs a lot
22
String cronTrigger = ''
33
if(env.BRANCH_NAME == "master") {
4-
cronTrigger = '0 7 * * 5' // 9:00am Friday morning in Paris, France (0700 UTC)
4+
cronTrigger = '45 8 * * 5' // 10:45am Friday morning in Paris, France (0845 UTC)
55
}
66

77
properties([

0 commit comments

Comments
 (0)