diff --git a/jobs/Deploy_PIP_SIT_124/config.xml b/jobs/Deploy_PIP_SIT_124/config.xml index 7aea9f54d8e498b29ebae2cf608a29488b8c1fdb..d068d478ad5ee68f62dc2148b44e28a5fb58335d 100644 --- a/jobs/Deploy_PIP_SIT_124/config.xml +++ b/jobs/Deploy_PIP_SIT_124/config.xml @@ -44,7 +44,12 @@ export JAVA_OPTS="$JAVA_OPTS -Dhttps.proxyHost=10.32.86.102 -Dhttps.proxyPo systemctl stop PIPWeb rm -f /opt/h2u/PIPWeb/lib/* cp target/universal/stage/lib/* /opt/h2u/PIPWeb/lib/ -systemctl start PIPWeb +systemctl start PIPWeb + +systemctl stop H2UApis +rm -f /opt/h2u/H2UApis/lib/* +cp target/universal/stage/lib/* /opt/h2u/H2UApis/lib/ +systemctl start H2UApis