'${env.CERTIFICATES_FOR}'
This commit is contained in:
parent
4b8d3f5ad1
commit
473d8bdbad
|
|
@ -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){
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue