update image builder to build acme-nginx images
This commit is contained in:
2
dockerfiles/tasks/Jenkinsfile
vendored
2
dockerfiles/tasks/Jenkinsfile
vendored
@@ -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?'
|
||||
)
|
||||
}
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
pipeline {
|
||||
agent { label 'docker' }
|
||||
triggers {
|
||||
cron('@daily')
|
||||
cron('@monthly')
|
||||
}
|
||||
options {
|
||||
disableConcurrentBuilds()
|
||||
|
||||
Reference in New Issue
Block a user