'${env.CERTIFICATES_FOR}'

This commit is contained in:
Artur 2024-10-06 19:36:47 +02:00
parent 4b8d3f5ad1
commit 473d8bdbad
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ def domainsToCert = [
// [ false, 'bodypainter.eu', "mail", "stat", "www" ] // [ false, 'bodypainter.eu', "mail", "stat", "www" ]
// [ false, 'artikus.dynu.net', "mail", "stat", "www", "nextcloud" ] // [ false, 'artikus.dynu.net', "mail", "stat", "www", "nextcloud" ]
$[ false, '${env.CERTIFICATES_FOR}', "www"] [ false, '${env.CERTIFICATES_FOR}', "www"]
] ]
def createCert(domains, repo){ def createCert(domains, repo){