Владимир Томишинец 5 年之前
父節點
當前提交
6e8d3abe84
共有 1 個文件被更改,包括 5 次插入2 次删除
  1. 5 2
      jenkinsfile.get.and.sync.dict

+ 5 - 2
jenkinsfile.get.and.sync.dict

@@ -127,6 +127,9 @@ pipeline {
                             }
                         }
                     }
+                    sh """export DOCKER_HOST=tcp://$CLUSTER.gost:2376 DOCKER_TLS_VERIFY=1
+                          docker stop sync && rm sync
+                       """
                     
                 }
             } 
@@ -239,7 +242,7 @@ pipeline {
                 }
             }
         }
-        stage ("CMD dictionaries") {
+*/        stage ("CMD dictionaries") {
             steps {
                 script {
                     echo "Get dictionaries for CMD"
@@ -264,7 +267,7 @@ pipeline {
                 }
             }
         }
-*/    }
+    }
   
     post {
         always {