diff --git a/jobs/Deploy_PIP_UAT_136/config.xml b/jobs/Deploy_PIP_UAT_136/config.xml new file mode 100644 index 0000000000000000000000000000000000000000..d068d478ad5ee68f62dc2148b44e28a5fb58335d --- /dev/null +++ b/jobs/Deploy_PIP_UAT_136/config.xml @@ -0,0 +1,57 @@ + + + + + false + + + ylhealth + + + + 2 + + + https://cm.ylhealth.org/gitlab/YongYue/pip.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 PIPWeb +rm -f /opt/h2u/PIPWeb/lib/* +cp target/universal/stage/lib/* /opt/h2u/PIPWeb/lib/ +systemctl start PIPWeb + +systemctl stop H2UApis +rm -f /opt/h2u/H2UApis/lib/* +cp target/universal/stage/lib/* /opt/h2u/H2UApis/lib/ +systemctl start H2UApis + + + + + \ No newline at end of file