Владимир Томишинец 5 years ago
parent
commit
b31d43f498
1 changed files with 2 additions and 2 deletions
  1. 2 2
      jenkinsfile.get.and.sync.dict

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

@@ -211,14 +211,14 @@ pipeline {
 */        stage ("CMD dictionaries") {
             steps {
                 script {
-                    echo "Get dictionaries for CMD"
+/*                    echo "Get dictionaries for CMD"
                     sh """export DOCKER_HOST=tcp://$CLUSTER.gost:2376 DOCKER_TLS_VERIFY=1
                           docker run --rm -i -v analis-wineservice_analis_Files_netapp:/services/ ${WGET_IMAGE} \
                             /bin/ash -c ' \
                             rm -fv /services/$CMD.dir/*.xml; \
                             wget -P /services/$CMD.dir --user=$CMD.user --password=$CMD.pass $FTP.cmd'
                        """
-                    echo "Syncing dictionaries for CMD"
+*/                    echo "Syncing dictionaries for CMD"
                     def log_dir = CMD.dir.replace("Files", "LOGS")
                     log_dir = log_dir.replace("/", "\\")
                     sh """export DOCKER_HOST=tcp://$CLUSTER.gost:2376 DOCKER_TLS_VERIFY=1