Skip to content

Commit aeebb4e

Browse files
authoredJan 25, 2025··
Update Jenkinsfile cron for 7:57p Central
1 parent 87a2883 commit aeebb4e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎Jenkinsfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
properties([
22
disableConcurrentBuilds(abortPrevious: true),
33
buildDiscarder(logRotator(numToKeepStr: '7')),
4-
pipelineTriggers([cron('40 22 * * 5')])
4+
pipelineTriggers([cron('57 1 * * 6')])
55
])
66

77
if (BRANCH_NAME == 'master' && currentBuild.buildCauses*._class == ['jenkins.branch.BranchEventCause']) {

0 commit comments

Comments
 (0)
Please sign in to comment.