WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

Commit 1ae4f8b

Browse files
authored
Update Jenkinsfile
1 parent 70ccaf3 commit 1ae4f8b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Jenkinsfile

Lines changed: 1 addition & 1 deletion
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('2 15 * * 5')])
4+
pipelineTriggers([cron('27 20 * * 5')])
55
])
66

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

0 commit comments

Comments
 (0)