Ver Fonte

Svn problems

Vadim Surkov há 5 anos atrás
pai
commit
5f41625d68
1 ficheiros alterados com 1 adições e 1 exclusões
  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") {