Владимир Томишинец il y a 5 ans
Parent
commit
6e8d3abe84
1 fichiers modifiés avec 5 ajouts et 2 suppressions
  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 {
             steps {
                 script {
                 script {
                     echo "Get dictionaries for CMD"
                     echo "Get dictionaries for CMD"
@@ -264,7 +267,7 @@ pipeline {
                 }
                 }
             }
             }
         }
         }
-*/    }
+    }
   
   
     post {
     post {
         always {
         always {