changed parameter name
This commit is contained in:
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user