Move nightly build to 1am, avoids other backups

This commit is contained in:
Jamie Curnow
2023-03-15 11:28:24 +10:00
parent 3847e98aa4
commit a2fb6a517f
+1 -1
View File
@@ -1,6 +1,6 @@
pipeline {
triggers {
cron( env.BRANCH_NAME.equals('master') ? 'H 3 * * *' : '')
cron( env.BRANCH_NAME.equals('master') ? 'H 1 * * *' : '')
}
agent {
label 'docker-multiarch'