Commit 871aa819 authored by YM-RD-AP01\ymadmin's avatar YM-RD-AP01\ymadmin

20140144: Job [Deploy_CHM_UAT_136] configuration updated

Change performed by ·¨¼y°ó
parent 85eda9a9
...@@ -114,14 +114,6 @@ sed -i "s/<title.*/<title ng-bind='page_title'>CRM v${ve ...@@ -114,14 +114,6 @@ sed -i "s/<title.*/<title ng-bind='page_title'>CRM v${ve
</hudson.tasks.Shell> </hudson.tasks.Shell>
</prebuilders> </prebuilders>
<postbuilders> <postbuilders>
<hudson.tasks.BatchFile>
<command>net stop CRM&#xd;
FOR /F &quot;tokens=5 delims= &quot; %%P IN (&apos;netstat -a -n -o ^| findstr :50201 ^| findstr LISTEN&apos;) DO TaskKill.exe /F /PID %%P&#xd;
del C:\CHM\CRM\lib\*.* /q&#xd;
&quot;C:\Program Files\7-Zip\7z.exe&quot; e target\CRM-pack.zip -oC:\CHM\CRM\lib CRM\lib\*.* -r&#xd;
xcopy /Y /S src\main\resources\templates\* C:\CHM\CRM\templates&#xd;
net start CRM</command>
</hudson.tasks.BatchFile>
<hudson.tasks.Shell> <hudson.tasks.Shell>
<command>sudo systemctl stop CRM <command>sudo systemctl stop CRM
rm -f /opt/chm/chm/lib/* rm -f /opt/chm/chm/lib/*
......
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