瀏覽代碼

add files

Olga Kutafieva 6 年之前
父節點
當前提交
a338c3ff01
共有 1 個文件被更改,包括 3 次插入3 次删除
  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
       }
     }
   }