Olga Kutafieva 6 rokov pred
rodič
commit
a338c3ff01
1 zmenil súbory, kde vykonal 3 pridanie a 3 odobranie
  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
       }
     }
   }