proxy-nginx
This commit is contained in:
parent
579695c1aa
commit
6aa2b6244b
|
|
@ -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, '${CERTIFICATES_FOR}', "www"]
|
[ false, "${CERTIFICATES_FOR}", "www"]
|
||||||
]
|
]
|
||||||
|
|
||||||
def createCert(domains, repo){
|
def createCert(domains, repo){
|
||||||
|
|
@ -70,7 +70,7 @@ pipeline {
|
||||||
stage('Make https cert for my domains') {
|
stage('Make https cert for my domains') {
|
||||||
steps {
|
steps {
|
||||||
script{
|
script{
|
||||||
def repo_name ="zaklik-by-spring-boot"
|
def repo_name ="proxy-nginx"
|
||||||
createCert( domainsToCert, repo_name )
|
createCert( domainsToCert, repo_name )
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue