@@ -49,6 +49,12 @@ pipeline {
}
+ stage("Clone Repo") {
+ steps {
+ script {
+ gitOps.clone(PKI_GIT_URL)
+ gitOps.clone(SWARM_GIT_URL)
+ }
stage("Run Renewal") {
steps {
withCredentials([sshUserPrivateKey(credentialsId: 'provision', keyFileVariable: 'GIT_SSH_KEY', passphraseVariable: '', usernameVariable: 'GIT_SSH_USERNAME')]) {