update image builder to build acme-nginx images

This commit is contained in:
2020-05-23 23:33:34 -04:00
parent 3e656fbed4
commit a6951504e5
2 changed files with 2 additions and 2 deletions

View File

@@ -1,7 +1,7 @@
pipeline {
agent { label 'docker' }
triggers {
cron('@daily')
cron('@monthly')
}
options {
disableConcurrentBuilds()