Browse Source

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

Tomishinets Vladimir 3 năm trước cách đây
mục cha
commit
5b2db191f3
1 tập tin đã thay đổi với 6 bổ sung0 xóa
  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')]) {