|
@@ -80,7 +80,7 @@ pipeline {
|
|
git clone ${STACK_DEPLOY_REPO}
|
|
git clone ${STACK_DEPLOY_REPO}
|
|
'''
|
|
'''
|
|
}
|
|
}
|
|
- TAG = sh (script: "cat ${WORKSPACE}/stack-deploy/tags/lab/analis-wineservice.stable-version" , returnStdout: true)
|
|
|
|
|
|
+ TAG = sh (script: "cat ${WORKSPACE}/stack-deploy/tags/lab/analis-wineservice.build-version" , returnStdout: true)
|
|
echo TAG
|
|
echo TAG
|
|
}
|
|
}
|
|
}
|
|
}
|
|
@@ -172,7 +172,7 @@ pipeline {
|
|
-v analis-wineservice_analis_Files_netapp:/root/.wine/dosdevices/unc/samba.infoclinica.lan/smartdelta01 \
|
|
-v analis-wineservice_analis_Files_netapp:/root/.wine/dosdevices/unc/samba.infoclinica.lan/smartdelta01 \
|
|
--network=labnetwork -e DEBUG=false \
|
|
--network=labnetwork -e DEBUG=false \
|
|
-e LOGPATH=/root/.wine/dosdevices/unc/samba.infoclinica.lan/smartdelta01/$log_dir \
|
|
-e LOGPATH=/root/.wine/dosdevices/unc/samba.infoclinica.lan/smartdelta01/$log_dir \
|
|
- ${ANALIS_IMAGE}:${TAG} LabSystems=$value.id /nocycles
|
|
|
|
|
|
+ ${ANALIS_IMAGE}:${TAG} SyncRefInterval=1 LabSystems=$value.id /nocycles
|
|
docker cp infodent.ini get:/opt/analis/infodent.ini
|
|
docker cp infodent.ini get:/opt/analis/infodent.ini
|
|
docker cp analis.conf get:/opt/analis/analis.conf
|
|
docker cp analis.conf get:/opt/analis/analis.conf
|
|
docker start -i get
|
|
docker start -i get
|