Владимир Томишинец 5 年 前
コミット
d18b1f955c
1 ファイル変更1 行追加1 行削除
  1. 1 1
      jenkinsfile.get.and.sync.dict

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

@@ -220,7 +220,7 @@ pipeline {
                        """
                     echo "Syncing dictionaries for CMD"
                     def log_dir = CMD.dir.replace("Files", "LOGS")
-                    log_dir = log_dir.replace("/", "\\\")
+                    log_dir = log_dir.replace("/", "\\")
                     sh """export DOCKER_HOST=tcp://$CLUSTER.gost:2376 DOCKER_TLS_VERIFY=1
                           docker create -i --name sync \
                             -v analis-wineservice_analis_Files_netapp:/root/wine32/drive_c/services/analis \