Qa FreeIPA CA certificate generation
This commit is contained in:
19
Jenkinsfile
vendored
19
Jenkinsfile
vendored
@@ -33,25 +33,6 @@ pipeline {
|
||||
}
|
||||
}
|
||||
}
|
||||
stage('Save certs') {
|
||||
when {
|
||||
expression {
|
||||
return params.rproxy_install
|
||||
}
|
||||
}
|
||||
steps {
|
||||
script {
|
||||
withCredentials([
|
||||
file(credentialsId: "ROOTCA_CERT", variable: "rootca"),
|
||||
file(credentialsId: "ROOTCA_KEY", variable: "rootca_key")
|
||||
]) {
|
||||
sh(script: "cp ${rootca} roles/gitlab/files/RootCA.crt", returnStdout: false)
|
||||
sh(script: "cp ${rootca_key} roles/gitlab/files/RootCA.key", returnStdout: false)
|
||||
sh(script: "chmod 700 roles/patroni/files/RootCA*", returnStdout: false)
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
stage('Prepare inventory') {
|
||||
steps {
|
||||
script {
|
||||
|
||||
Reference in New Issue
Block a user