Explorar o código

Change SVN co from docker run to plain svn in agent

Vadim Surkov %!s(int64=5) %!d(string=hai) anos
pai
achega
7d381e0f97
Modificáronse 1 ficheiros con 3 adicións e 1 borrados
  1. 3 1
      Jenkinsfile

+ 3 - 1
Jenkinsfile

@@ -26,7 +26,9 @@ pipeline {
   stages {
     stage("SVN Checkout") {
       steps {
-        sh "source ./svn-checkout.sh"
+        sh """svn cleanup analis
+              svn co --force --no-auth-cache svn://192.168.21.250/programs/trunk/Services/Analis/Win32 analis --username public --password "sds#7753435"
+           """
       }
     }
     stage("Build") {