create docker image for acme-certbot
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: ['acme-nginx', 'ansible', 'apidocjs', 'composer', 'mondrian', 'php', 'robo'],
|
||||
choices: ['acme-certbot', 'acme-nginx', 'ansible', 'apidocjs', 'composer', 'mondrian', 'php', 'robo'],
|
||||
description: 'What image would you like to build?'
|
||||
)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user