Olga Kutafieva 6 tahun lalu
induk
melakukan
e955948628
1 mengubah file dengan 3 tambahan dan 7 penghapusan
  1. 3 7
      Jenkinsfile

+ 3 - 7
Jenkinsfile

@@ -20,13 +20,9 @@ pipeline {
   stages {
   stages {
     stage("Build docker image") {
     stage("Build docker image") {
       steps {
       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
       }
       }
     }
     }
   }
   }