Browse Source

Добавил клон реп

Tomishinets Vladimir 3 years ago
parent
commit
5b2db191f3
1 changed files with 6 additions and 0 deletions
  1. 6 0
      OFFICERenewalWildcardJenkinsfile

+ 6 - 0
OFFICERenewalWildcardJenkinsfile

@@ -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')]) {