From e091aa832ae5151f80370b7e34657c33c8946f17 Mon Sep 17 00:00:00 2001 From: "YM-RD-AP01\\ymadmin" Date: Wed, 25 Sep 2019 09:46:47 +0800 Subject: [PATCH] scott: Job [Deploy_PIP_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_PIP_SIT_124/config.xml | 52 ++++++++++++++++++++++++++++++ 1 file changed, 52 insertions(+) create mode 100644 jobs/Deploy_PIP_SIT_124/config.xml diff --git a/jobs/Deploy_PIP_SIT_124/config.xml b/jobs/Deploy_PIP_SIT_124/config.xml new file mode 100644 index 00000000..d850cf7c --- /dev/null +++ b/jobs/Deploy_PIP_SIT_124/config.xml @@ -0,0 +1,52 @@ + + + + + false + + + ylhealth + + + + 2 + + + https://cm.ylhealth.org/gitlab/YongYue/Kiosk.git + 3485e854-8389-40e8-8c86-b94e94e91904 + + + + + */develop + + + false + + + + SIT_124 + false + false + false + false + + false + + + export JAVA_OPTS="-Djava.net.preferIPv4Stack=true -Dfile.encoding=UTF-8" +export JAVA_OPTS="$JAVA_OPTS -Dsbt.override.build.repos=true -Dsbt.repository.config=repositories" +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 + +systemctl stop Kiosk +rm -f /opt/h2u/Kiosk/lib/* +cp target/universal/stage/lib/* /opt/h2u/Kiosk/lib/ +systemctl start Kiosk + + + + + \ No newline at end of file -- 2.26.2