changed parameter name

This commit is contained in:
mpavlov
2024-09-29 15:07:18 +03:00
parent bb52e2ca85
commit 7b2da46eb9

2
Jenkinsfile vendored
View File

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