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 52437ab commit 31b4ff2Copy full SHA for 31b4ff2
Jenkinsfile
@@ -93,8 +93,8 @@ def ARTIFACTORY_CREDENTIALS_ID = "c8e3aa62-5eef-4e6b-8a3f-aa1006a7ef01"
93
def opts = []
94
95
// Setup a schedule to run build periodically
96
-// Run a build some time between 12:00AM and 8:59AM
97
-def CRON_STRING = BRANCH_NAME == MASTER_BRANCH ? "H H(0-8) * * *" : ""
+// Run a build at 2.00AM everyday
+def CRON_STRING = BRANCH_NAME == MASTER_BRANCH ? "H 2 * * *" : ""
98
99
if (RELEASE_BRANCHES.contains(BRANCH_NAME)) {
100
// Only keep 20 builds
0 commit comments