Kaynağa Gözat

Svn problems

Vadim Surkov 5 yıl önce
ebeveyn
işleme
5f41625d68
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. 1 1
      Jenkinsfile

+ 1 - 1
Jenkinsfile

@@ -26,7 +26,7 @@ pipeline {
   stages {
     stage("SVN Checkout") {
       steps {
-        sh "./svn-checkout.sh"
+        sh "source ./svn-checkout.sh"
       }
     }
     stage("Build") {