Browse Source

change Jenkinsfile

Olga Kutafieva 6 năm trước cách đây
mục cha
commit
a9a932a4ed
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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
       }