|
@@ -171,7 +171,7 @@ pipeline {
|
|
|
def dir = value.dir
|
|
|
sh """printf '#!/bin/bash\ncd /root/wine32/dosdevices/unc/samba.infoclinica.lan/smartdelta01/$dir\n\
|
|
|
cat \$(ls -1t AlfaLabDict_*.xml | head -n1) > AlfaLabDict.xml\n\
|
|
|
- exec "/usr/bin/xvfb-run" "-a" "wine" "/opt/syncserver/SyncServer.exe" "$@"' > entrypoint.sh
|
|
|
+ exec "/usr/bin/xvfb-run" "-a" "wine" "/opt/syncserver/SyncServer.exe" "\$@"' > entrypoint.sh
|
|
|
chmod +x entrypoint.sh
|
|
|
cat entrypoint.sh"""
|
|
|
/* sh """export DOCKER_HOST=tcp://$GOST_CLUSTER:2376 DOCKER_TLS_VERIFY=1
|