Владимир Томишинец 5 年 前
コミット
3b607466c9
1 ファイル変更1 行追加1 行削除
  1. 1 1
      jenkinsfile.get.and.sync.dict

+ 1 - 1
jenkinsfile.get.and.sync.dict

@@ -82,7 +82,7 @@ pipeline {
                             git clone ${STACK_DEPLOY_REPO}
                         '''
                     }
-                    TAG = sh (script:  "cat ${WORKSPACE}/stack-deploy/tags/analis-wineservice.stable-version" , returnStdout: true).split('\n')
+                    TAG = sh (script:  "cat ${WORKSPACE}/stack-deploy/tags/lab/analis-wineservice.stable-version" , returnStdout: true).split('\n')
                 }
             }
         }