|
@@ -279,7 +279,7 @@ pipeline {
|
|
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'
|
|
"""
|
|
"""
|
|
-*/ get(CMD.dir, CMD.user, CMD.pass, FTP.CMD, GOST_CLUSTER, WGET_IMAGE)
|
|
|
|
|
|
+*/ get(CMD.dir, CMD.user, CMD.pass, FTP.cmd, GOST_CLUSTER, WGET_IMAGE)
|
|
catchError(buildResult: 'SUCCESS', stageResult: 'FAILURE') {
|
|
catchError(buildResult: 'SUCCESS', stageResult: 'FAILURE') {
|
|
timeout(time: 10 as Integer, unit: 'MINUTES') {
|
|
timeout(time: 10 as Integer, unit: 'MINUTES') {
|
|
echo "Syncing dictionaries for CMD"
|
|
echo "Syncing dictionaries for CMD"
|