|
@@ -80,7 +80,7 @@ pipeline {
|
|
|
git_clone(PKI_GIT_URL)
|
|
|
git_clone(SWARM_GIT_URL)
|
|
|
withCredentials([sshUserPrivateKey(credentialsId: 'ansible', keyFileVariable: 'GIT_SSH_KEY', passphraseVariable: '', usernameVariable: 'GIT_SSH_USERNAME')]) {
|
|
|
- sh "ssh -i ${GIT_SSH_KEY} pbx"
|
|
|
+ sh "ssh -i ${GIT_SSH_KEY} ansible@pbx.sdsys.ru"
|
|
|
}
|
|
|
NEW_ENDDATE = sh (script: "openssl x509 -enddate -noout -in ${CONFIG_DIR}/live/${DOMAIN}/cert.pem", returnStdout: true).trim()
|
|
|
TARGET_HOSTS_APACHE.each { item ->
|