This commit is contained in:
mpavlov
2024-10-03 20:10:33 +03:00
parent aee5cae763
commit a3ec78446f

2
Jenkinsfile vendored
View File

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