Vadim Surkov 5 lat temu
rodzic
commit
5f41625d68
1 zmienionych plików z 1 dodań i 1 usunięć
  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") {