test from gityhub
This commit is contained in:
6
Jenkinsfile
vendored
6
Jenkinsfile
vendored
@@ -25,9 +25,9 @@ pipeline {
|
||||
// }
|
||||
steps {
|
||||
script {
|
||||
env.AskCerts = input message: 'Upload RootCA certificate and key', parameters: [base64File(name: 'rootca'), base64File(name: 'rootca_key')]
|
||||
env.RootCA = AskCerts[rootca]
|
||||
sh 'echo ${RootCA} | base64 -d > roles/rproxy/files/RootCA.crt'
|
||||
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 'cat roles/rproxy/files/RootCA.crt'
|
||||
|
||||
// def rootca_key = AskCerts['rootca_key']
|
||||
|
||||
Reference in New Issue
Block a user