moved to stage
This commit is contained in:
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
@@ -23,7 +23,7 @@ pipeline {
|
||||
// return params.rproxy_install
|
||||
// }
|
||||
// }
|
||||
steps {
|
||||
// steps {
|
||||
// script {
|
||||
def AskCerts = input message: 'Upload RootCA certificate and key', parameters: [base64File(name: 'rootca'), base64File(name: 'rootca_key')]
|
||||
// RootCA = AskCerts[rootca]
|
||||
@@ -36,7 +36,7 @@ pipeline {
|
||||
// sh 'echo "${ask_for_certs["rootca"]}" > roles/rproxy/files/RootCA.crt'
|
||||
// sh 'echo "${ask_for_certs["rootca_key"]}" > roles/rproxy/files/RootCA.key'
|
||||
// }
|
||||
}
|
||||
// }
|
||||
}
|
||||
stage('Install Rproxy') {
|
||||
when {
|
||||
|
||||
Reference in New Issue
Block a user