From d5615d6422d099dd96d635ee358c743e52120c93 Mon Sep 17 00:00:00 2001 From: "YM-RD-AP01\\ymadmin" Date: Thu, 23 Aug 2018 11:50:07 +0800 Subject: [PATCH] 20180083: Job [Deploy_HRB_Manage] configuration updated MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change performed by §õº~? --- jobs/Deploy_HRB_Manage/config.xml | 69 +++++++++++++++++++++++++++++++ 1 file changed, 69 insertions(+) create mode 100644 jobs/Deploy_HRB_Manage/config.xml diff --git a/jobs/Deploy_HRB_Manage/config.xml b/jobs/Deploy_HRB_Manage/config.xml new file mode 100644 index 00000000..8f348b6b --- /dev/null +++ b/jobs/Deploy_HRB_Manage/config.xml @@ -0,0 +1,69 @@ + + + + Deploy 後台 +1. Clear the workspace +2. Copy all of the files to local workspace +3. Stop service then delete library from original folder +4. Use 7z program to decompress pack.zip to original folder +5. Start Service + false + + + ylhealth + + + + 2 + 3 + -1 + -1 + + + + + "Deploy Server" + false + false + false + false + + false + + + HRB_Manage_Daily_Build + + + + + false + + + net stop hrb_manage +del C:\hrb_manage-pack\hrb_manage\lib\*.* /q +del C:\hrb_manage-pack\hrb_manage\sample\*.* /q + + + + "C:\Program Files\7-Zip\7z.exe" e "C:\Jenkins\workspace\Deploy_HRB_Manage\target\CHMB-pack.zip" -oC:\hrb_manage-pack\hrb_manage\lib CHMB\lib\*.* -r +"C:\Program Files\7-Zip\7z.exe" e "C:\Jenkins\workspace\Deploy_HRB_Manage\target\CHMB-pack.zip" -oC:\hrb_manage-pack\hrb_manage\sample CHMB\sample\*.* -r + + + net start hrb_manage + + + + + + false + + + + + + 60 + + + + + \ No newline at end of file -- 2.26.2