Selaa lähdekoodia

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

Tomishinets Vladimir 3 vuotta sitten
vanhempi
commit
5b2db191f3
1 muutettua tiedostoa jossa 6 lisäystä ja 0 poistoa
  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')]) {