We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c4bd2a9 commit e0a40b7Copy full SHA for e0a40b7
Jenkinsfile
@@ -1,4 +1,4 @@
1
-String cron_string = BRANCH_NAME == "master" ? "H 12 * * 1,3,5" : ""
+String cron_string = BRANCH_NAME == "master" ? "H 12 * * 1-5" : "" // Mon-Fri at noon UTC, 8am EST, 5am PDT
2
3
pipeline {
4
agent { label 'ephemeral-linux' }
0 commit comments