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

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

@@ -272,7 +272,7 @@ def get_ftp(String dir, String user, String pass, String ftp, String CLUSTER, St
               docker run --rm -i -v analis-wineservice_analis_Files_netapp:/services/ ${IMAGE} \
                 /bin/ash -c ' \
                 rm -fv /services/$dir/*.xml;
-                wget -P /services/$dir --user=$user --password="$pass" $ftp'
+                wget -P /services/$dir --user="$user" --password="$pass" $ftp'
            """
 }
 def cleanUP(String dir, String CLUSTER, String IMAGE) {