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