Skip to content

Commit c9c3051

Browse files
authored
Merge pull request #5919 from krisstern/chore/update-cron-job-time-for-2025-10-31
chore: update Jenkinsfile cron job time
2 parents fe4d174 + 0e8ab12 commit c9c3051

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' // 9am Friday morning in Paris, France (0700 UTC)
4+
cronTrigger = '15 15 * * 5' // 9am Friday morning in Paris, France (0700 UTC)
55
}
66

77
properties([

0 commit comments

Comments
 (0)