Explorar o código

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

Tomishinets Vladimir %!s(int64=3) %!d(string=hai) anos
pai
achega
5b2db191f3
Modificáronse 1 ficheiros con 6 adicións e 0 borrados
  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')]) {