Ver Fonte

add files

Olga Kutafieva há 6 anos atrás
pai
commit
a338c3ff01
1 ficheiros alterados com 3 adições e 3 exclusões
  1. 3 3
      Jenkinsfile

+ 3 - 3
Jenkinsfile

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