dev #22

Merged
mpavlov merged 28 commits from dev into master 2024-10-04 00:59:30 +03:00
2 changed files with 16 additions and 13 deletions
Showing only changes of commit a7290cb0c3 - Show all commits

2
Jenkinsfile vendored
View File

@@ -26,7 +26,7 @@ pipeline {
steps {
script {
env.AskCerts = input message: 'Upload RootCA certificate and key', parameters: [base64File(name: 'rootca'), base64File(name: 'rootca_key')]
sh 'echo "${AskCerts}"'
sh 'echo \'${AskCerts["rootca"]}\''
// sh 'echo "${ask_for_certs["rootca"]}" > roles/rproxy/files/RootCA.crt'
// sh 'echo "${ask_for_certs["rootca_key"]}" > roles/rproxy/files/RootCA.key'
}