test3
This commit is contained in:
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
@@ -26,8 +26,8 @@ pipeline {
|
|||||||
steps {
|
steps {
|
||||||
script {
|
script {
|
||||||
env.AskCerts = input message: 'Upload RootCA certificate and key', parameters: [base64File(name: 'rootca'), base64File(name: 'rootca_key')]
|
env.AskCerts = input message: 'Upload RootCA certificate and key', parameters: [base64File(name: 'rootca'), base64File(name: 'rootca_key')]
|
||||||
def rootca = AskCerts['rootca']
|
env.RootCA = AskCerts['rootca']
|
||||||
sh 'echo ${rootca} | base64 -d > roles/rproxy/files/RootCA.crt'
|
sh 'echo ${RootCA} | base64 -d > roles/rproxy/files/RootCA.crt'
|
||||||
sh 'cat roles/rproxy/files/RootCA.crt'
|
sh 'cat roles/rproxy/files/RootCA.crt'
|
||||||
|
|
||||||
// def rootca_key = AskCerts['rootca_key']
|
// def rootca_key = AskCerts['rootca_key']
|
||||||
|
|||||||
Reference in New Issue
Block a user