diff --git a/Jenkinsfile b/Jenkinsfile index 7e0b3ff9e..764d77b06 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -1,7 +1,7 @@ properties([ disableConcurrentBuilds(abortPrevious: true), buildDiscarder(logRotator(numToKeepStr: '7')), - pipelineTriggers([cron('10 19 * * 4')]) + pipelineTriggers([cron('10 04 * * 5')]) ]) if (BRANCH_NAME == 'master' && currentBuild.buildCauses*._class == ['jenkins.branch.BranchEventCause']) {