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