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

@@ -3,7 +3,7 @@ pipeline {
parameters {
choice(
name: 'IMAGE',
choices: ['ansible', 'apidocjs', 'composer', 'mondrian', 'php', 'robo'],
choices: ['acme-nginx', 'ansible', 'apidocjs', 'composer', 'mondrian', 'php', 'robo'],
description: 'What image would you like to build?'
)
}

View File

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