Browse Source

add files

Olga Kutafieva 6 years ago
parent
commit
a338c3ff01
1 changed files with 3 additions and 3 deletions
  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
       }
     }
   }