|
@@ -216,7 +216,7 @@ pipeline {
|
|
docker run --rm -i -v analis-wineservice_analis_Files_netapp:/services/ ${WGET_IMAGE} \
|
|
docker run --rm -i -v analis-wineservice_analis_Files_netapp:/services/ ${WGET_IMAGE} \
|
|
/bin/ash -c ' \
|
|
/bin/ash -c ' \
|
|
rm -fv /services/$CMD.dir/*.xml
|
|
rm -fv /services/$CMD.dir/*.xml
|
|
-// wget -P /services/$CMD.dir --user=$CMD.user --password=$CMD.pass $FTP.cmd'; \
|
|
|
|
|
|
+ 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")
|
|
def log_dir = CMD.dir.replace("Files", "LOGS")
|