From 584c7e28fd1e65204543f14cb2c257fa803e39f6 Mon Sep 17 00:00:00 2001 From: mpavlov Date: Thu, 3 Oct 2024 20:39:30 +0300 Subject: [PATCH] index --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 9f87499..f2e9637 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -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']