Skip to content

Commit 31b4ff2

Browse files
committed
Change schedule build time to 2AM
Signed-off-by: Jeonghyuk Park <[email protected]>
1 parent 52437ab commit 31b4ff2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Jenkinsfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,8 +93,8 @@ def ARTIFACTORY_CREDENTIALS_ID = "c8e3aa62-5eef-4e6b-8a3f-aa1006a7ef01"
9393
def opts = []
9494

9595
// 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) * * *" : ""
96+
// Run a build at 2.00AM everyday
97+
def CRON_STRING = BRANCH_NAME == MASTER_BRANCH ? "H 2 * * *" : ""
9898

9999
if (RELEASE_BRANCHES.contains(BRANCH_NAME)) {
100100
// Only keep 20 builds

0 commit comments

Comments
 (0)