We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 87a2883 commit aeebb4eCopy full SHA for aeebb4e
Jenkinsfile
@@ -1,7 +1,7 @@
1
properties([
2
disableConcurrentBuilds(abortPrevious: true),
3
buildDiscarder(logRotator(numToKeepStr: '7')),
4
- pipelineTriggers([cron('40 22 * * 5')])
+ pipelineTriggers([cron('57 1 * * 6')])
5
])
6
7
if (BRANCH_NAME == 'master' && currentBuild.buildCauses*._class == ['jenkins.branch.BranchEventCause']) {
0 commit comments