Владимир Томишинец 5 năm trước cách đây
mục cha
commit
ae7f0ebf0b
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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}
                             git clone ${STACK_DEPLOY_REPO}
                         '''
                         '''
                     }
                     }
-                    TAG = sh (script:  "cat ${WORKSPACE}/stack-deploy/tags/lab/analis-wineservice.stable-version" , returnStdout: true).split('\n')
+                    TAG = sh (script:  "cat ${WORKSPACE}/stack-deploy/tags/lab/analis-wineservice.stable-version" , returnStdout: true)
                     echo TAG
                     echo TAG
                 }
                 }
             }
             }