Browse Source

missprint

Владимир Томишинец 5 năm trước cách đây
mục cha
commit
e561fa1457
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

@@ -80,7 +80,7 @@ pipeline {
                     sh '''GIT_SSH_COMMAND='ssh -i ${GIT_SSH_KEY} -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no' \
                             git clone ${STACK_DEPLOY_REPO}
                        '''
-                TAG = script: "cat ${WORKSPACE}/stack-deploy/tags/analis-wineservice.stable-version" , returnStdout: true).split('\n')
+                TAG = sh (script: "cat ${WORKSPACE}/stack-deploy/tags/analis-wineservice.stable-version" , returnStdout: true).split('\n')
             }
         }
 /*        stage ("HELIX dictionaries") {