소스 검색

change Jenkinsfile

Olga Kutafieva 6 년 전
부모
커밋
a9a932a4ed
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      Jenkinsfile

+ 1 - 1
Jenkinsfile

@@ -20,7 +20,7 @@ pipeline {
   stages {
     stage("Build docker image") {
       steps {
-        bat 'C:\Program Files\Git\bin\git.exe clone https://git.sdsys.ru/labportal/analis-service.git'
+        bat '"C:\Program Files\Git\bin\git.exe" clone https://git.sdsys.ru/labportal/analis-service.git'
         bat 'cd analis-service'
         call image.bat
       }