Browse Source

Svn problems

Vadim Surkov 5 years ago
parent
commit
5f41625d68
1 changed files with 1 additions and 1 deletions
  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") {