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 {
|
parameters {
|
||||||
choice(
|
choice(
|
||||||
name: 'IMAGE',
|
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?'
|
description: 'What image would you like to build?'
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
pipeline {
|
pipeline {
|
||||||
agent { label 'docker' }
|
agent { label 'docker' }
|
||||||
triggers {
|
triggers {
|
||||||
cron('@daily')
|
cron('@monthly')
|
||||||
}
|
}
|
||||||
options {
|
options {
|
||||||
disableConcurrentBuilds()
|
disableConcurrentBuilds()
|
||||||
|
|||||||
Reference in New Issue
Block a user