diff --git a/Jenkinsfile b/Jenkinsfile index 5760e3c67..2e3590d6e 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -1,7 +1,7 @@ properties([ disableConcurrentBuilds(abortPrevious: true), buildDiscarder(logRotator(numToKeepStr: '7')), - pipelineTriggers([cron('36 8 * * 1')]) + pipelineTriggers([cron('50 13 * * 1')]) ]) if (BRANCH_NAME == 'master' && currentBuild.buildCauses*._class == ['jenkins.branch.BranchEventCause']) {