diff --git a/Jenkinsfile b/Jenkinsfile index f38e1d468..00411c34c 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -1,7 +1,7 @@ properties([ disableConcurrentBuilds(abortPrevious: true), buildDiscarder(logRotator(numToKeepStr: '7')), - pipelineTriggers([cron('7 18 * * 5')]) + pipelineTriggers([cron('7 8 * * 5')]) ]) if (BRANCH_NAME == 'master' && currentBuild.buildCauses*._class == ['jenkins.branch.BranchEventCause']) {