From 9563d972079a365ea45c8dd9c3d997d32e1b242b Mon Sep 17 00:00:00 2001 From: Darin Pope Date: Fri, 13 Dec 2024 21:14:47 -0600 Subject: [PATCH] change the cron --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 6f6932e5f..4422bddb6 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -1,7 +1,7 @@ properties([ disableConcurrentBuilds(abortPrevious: true), buildDiscarder(logRotator(numToKeepStr: '7')), - pipelineTriggers([cron('30 20 * * 5')]) + pipelineTriggers([cron('18 03 * * 6')]) ]) if (BRANCH_NAME == 'master' && currentBuild.buildCauses*._class == ['jenkins.branch.BranchEventCause']) {