Commit 9d1b5f47 authored by YM-RD-AP01\ymadmin's avatar YM-RD-AP01\ymadmin

20180083: Job [Hi365_SIT_API_Deploy] configuration updated

Change performed by §õº~?
parent 42fcfbd9
...@@ -58,6 +58,23 @@ ...@@ -58,6 +58,23 @@
<projectProperties></projectProperties> <projectProperties></projectProperties>
<passAllAsProjectProperties>false</passAllAsProjectProperties> <passAllAsProjectProperties>false</passAllAsProjectProperties>
</hudson.plugins.gradle.Gradle> </hudson.plugins.gradle.Gradle>
<hudson.tasks.Shell>
<command>systemctl stop CRM
chm=/opt/CRM/
tempdir=$(mktemp -d)
rm -f ${chm}/lib/*
rm -rf ${chm}/templates/*
7za x target/CRM-pack.zip -o&quot;${tempdir}&quot;
mv -f ${tempdir}/CRM/lib/* &quot;${chm}/lib&quot;
mv -f ${tempdir}/CRM/templates/* &quot;${chm}/templates&quot;
rm -rf &quot;${tempdir}&quot;
systemctl start CRM</command>
</hudson.tasks.Shell>
</builders> </builders>
<publishers/> <publishers/>
<buildWrappers> <buildWrappers>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment