diff --git a/deploy-this/lets-encrypt/lets-encrypt-create-cert.jenkinsfile b/deploy-this/lets-encrypt/lets-encrypt-create-cert.jenkinsfile index adc8877..924e4cf 100755 --- a/deploy-this/lets-encrypt/lets-encrypt-create-cert.jenkinsfile +++ b/deploy-this/lets-encrypt/lets-encrypt-create-cert.jenkinsfile @@ -10,6 +10,7 @@ def createCert(domains, repo){ echo "Server ENV = ${SERVER_ENV}" echo "Cerbot image = ${CERTBOT_IMAGE} " + echo "CERTIFICATES_FOR = ${CERTIFICATES_FOR} " def toCreateDomains =[]