create docker image for acme-certbot

This commit is contained in:
2020-05-26 08:14:22 -04:00
parent 9e1743e1b5
commit 10b5a1e012
11 changed files with 96 additions and 1 deletions

View File

@@ -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?'
)
}