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