Browse Source

add files

Olga Kutafieva 6 years ago
parent
commit
fbc00fed58
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Jenkinsfile

+ 1 - 1
Jenkinsfile

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