Browse Source

add files

Olga Kutafieva 6 years ago
parent
commit
e955948628
1 changed files with 3 additions and 7 deletions
  1. 3 7
      Jenkinsfile

+ 3 - 7
Jenkinsfile

@@ -20,13 +20,9 @@ pipeline {
   stages {
     stage("Build docker image") {
       steps {
-        dir('C:\Temp\Infoclinica') {
-          bat git clone https://git.sdsys.ru/labportal/analis-service.git
-          bat cd analis-service
-          bat image.bat
-          bat cd ..
-          deleteDir()
-        }
+        bat git clone https://git.sdsys.ru/labportal/analis-service.git
+        bat cd analis-service
+        bat image.bat
       }
     }
   }