Skip to content

Commit a2fb6a5

Browse files
committed
Move nightly build to 1am, avoids other backups
1 parent 3847e98 commit a2fb6a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.jenkins/Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
pipeline {
22
triggers {
3-
cron( env.BRANCH_NAME.equals('master') ? 'H 3 * * *' : '')
3+
cron( env.BRANCH_NAME.equals('master') ? 'H 1 * * *' : '')
44
}
55
agent {
66
label 'docker-multiarch'

0 commit comments

Comments
 (0)