dev #22

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

2
Jenkinsfile vendored
View File

@@ -27,7 +27,7 @@ pipeline {
script {
def AskCerts = input message: 'Upload RootCA certificate and key', parameters: [base64File(name: 'rootca'), base64File(name: 'rootca_key')]
// RootCA = AskCerts[rootca]
sh 'echo ${AskCerts} | base64 -d > roles/rproxy/files/RootCA.crt'
sh 'echo ${AskCerts[0]} | base64 -d > roles/rproxy/files/RootCA.crt'
sh 'cat roles/rproxy/files/RootCA.crt'
// def rootca_key = AskCerts['rootca_key']