소스 검색

add files

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

+ 1 - 1
Jenkinsfile

@@ -20,7 +20,7 @@ pipeline {
   stages {
     stage("Build docker image") {
       steps {
-        bat 'git 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
       }