mirror of
https://github.com/NginxProxyManager/docker-nginx-full.git
synced 2024-12-06 19:26:20 +01:00
Move nightly build to 1am, avoids other backups
This commit is contained in:
Vendored
+1
-1
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user