From 579695c1aad8ff6713da4a203215d12c47836b13 Mon Sep 17 00:00:00 2001 From: Artur Date: Sun, 6 Oct 2024 19:45:02 +0200 Subject: [PATCH] log CERTIFICATES_FOR --- deploy-this/lets-encrypt/lets-encrypt-create-cert.jenkinsfile | 1 + 1 file changed, 1 insertion(+) 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 =[]