Browse Source

Change SVN co from docker run to plain svn in agent

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