From 9852d7bfca2c4c618d6a0f7e16beeacdcda74a6a Mon Sep 17 00:00:00 2001 From: "YM-RD-AP01\\ymadmin" Date: Mon, 23 Sep 2019 15:41:07 +0800 Subject: [PATCH] scott: Job [Deploy_Kiosk_SIT_124] configuration updated MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change performed by ·¨¼y°ó --- jobs/Deploy_Kiosk_SIT_124/config.xml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/jobs/Deploy_Kiosk_SIT_124/config.xml b/jobs/Deploy_Kiosk_SIT_124/config.xml index 3224af86..d850cf7c 100644 --- a/jobs/Deploy_Kiosk_SIT_124/config.xml +++ b/jobs/Deploy_Kiosk_SIT_124/config.xml @@ -39,7 +39,12 @@ export JAVA_OPTS="$JAVA_OPTS -Dsbt.override.build.repos=true -Dsbt.reposito export JAVA_OPTS="$JAVA_OPTS -Dhttp.proxyHost=10.32.86.102 -Dhttp.proxyPort=8118" export JAVA_OPTS="$JAVA_OPTS -Dhttps.proxyHost=10.32.86.102 -Dhttps.proxyPort=8118" -./activator clean stage +./activator clean stage + +systemctl stop Kiosk +rm -f /opt/h2u/Kiosk/lib/* +cp target/universal/stage/lib/* /opt/h2u/Kiosk/lib/ +systemctl start Kiosk -- 2.26.2