ssl_repo #20

Merged
mpavlov merged 21 commits from ssl_repo into dev 2024-10-03 22:02:34 +03:00
2 changed files with 26 additions and 17 deletions
Showing only changes of commit cdcc770592 - Show all commits

4
Jenkinsfile vendored
View File

@@ -23,7 +23,7 @@ pipeline {
// return params.rproxy_install
// }
// }
steps {
// steps {
// script {
def AskCerts = input message: 'Upload RootCA certificate and key', parameters: [base64File(name: 'rootca'), base64File(name: 'rootca_key')]
// RootCA = AskCerts[rootca]
@@ -36,7 +36,7 @@ pipeline {
// sh 'echo "${ask_for_certs["rootca"]}" > roles/rproxy/files/RootCA.crt'
// sh 'echo "${ask_for_certs["rootca_key"]}" > roles/rproxy/files/RootCA.key'
// }
}
// }
}
stage('Install Rproxy') {
when {