From 6b5d501cc4e9c90f71c665511620299aeb675a47 Mon Sep 17 00:00:00 2001 From: "YM-RD-AP01\\ymadmin" Date: Mon, 11 Nov 2019 11:40:14 +0800 Subject: [PATCH] scott: Job [Deploy_CHMB_DEMO_10] hierarchy deleted MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change performed by ·¨¼y°ó --- jobs/Deploy_CHMB_DEMO_10/config.xml | 144 ---------------------------- 1 file changed, 144 deletions(-) delete mode 100644 jobs/Deploy_CHMB_DEMO_10/config.xml diff --git a/jobs/Deploy_CHMB_DEMO_10/config.xml b/jobs/Deploy_CHMB_DEMO_10/config.xml deleted file mode 100644 index de018bae..00000000 --- a/jobs/Deploy_CHMB_DEMO_10/config.xml +++ /dev/null @@ -1,144 +0,0 @@ - - - - - false - - - ylhealth - - - - - GIT_BRANCH - 正式環境的 branch, 如: -master -release/1.15GA -hotfix/1.15.1GA - demo - false - - - - - - 2 - - - https://cm.ylhealth.org/gitlab/ym/CRM_BOOKING.git - 3485e854-8389-40e8-8c86-b94e94e91904 - - - - - */${GIT_BRANCH} - - - false - - - - DEMO_192.168.2.10 - false - false - false - false - - false - - org.ylhealth.ym.hrb.backend - CHMB - - clean package -Dmaven.test.skip=true -DskipTests=true - spring-boot:run - true - false - true - false - true - false - false - false - false - -1 - false - false - true - - - - - $RD_Group $QA_Group - false - false - true - - - - - - - - - false - - false - false - true - true - true - false - true - true - false - false - false - NONE - false - - - - - - - - - Deploy_ReportUploader_SIT_132 - target/jnlp/lib/* - src/main/resources/static/ReportUploader/lib/ - - - true - false - - - VAR=$(git rev-parse --short HEAD)_$(date +"%Y%m%d_%H%M") -version=$(echo $GIT_BRANCH | cut -d'/' -f 3) -sed -i "s/<title.*/<title>CHM Booking Manage v%VAR%<\/title\/>/" src/main/resources/static/index.html - - - - - systemctl stop CHMB - -chmb=/opt/CHMB -tempdir=$(mktemp -d) -7za x target/CHMB-pack.zip -o"${tempdir}" -rm -rf ${chmb}/lib/* -rm -rf ${chmb}/sample/* -rm -rf ${chmb}/template/* -mv -f ${tempdir}/CHMB/lib/* "${chmb}/lib" -mv -f ${tempdir}/CHMB/sample/* "${chmb}/sample" -mv -f ${tempdir}/CHMB/template/* "${chmb}/template" -rm -rf "${tempdir}" - -systemctl start CHMB - - - - SUCCESS - 0 - BLUE - true - - \ No newline at end of file -- 2.26.2