Skip to content

Commit e0a40b7

Browse files
authored
Schedule build every day of the week. (#959)
Starts 3 hours before the SDG daily build: https://github.com/Kaggle/shared-docker-graph-builder/blob/490eff4a2b34a22837a9a32df9c90733f562ce6d/Jenkinsfile#L4
1 parent c4bd2a9 commit e0a40b7

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,4 +1,4 @@
1-
String cron_string = BRANCH_NAME == "master" ? "H 12 * * 1,3,5" : ""
1+
String cron_string = BRANCH_NAME == "master" ? "H 12 * * 1-5" : "" // Mon-Fri at noon UTC, 8am EST, 5am PDT
22

33
pipeline {
44
agent { label 'ephemeral-linux' }

0 commit comments

Comments
 (0)