소스 검색

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
       }
     }
   }