From 744e6230085cd9dcbf3440adc45c4859d6d5d0e2 Mon Sep 17 00:00:00 2001 From: "YM-RD-AP01\\ymadmin" Date: Mon, 13 Aug 2018 12:32:23 +0800 Subject: [PATCH] 20160017: Job [Deploy_CHM_DEMO_10] configuration updated MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change performed by ÁªþÈ --- jobs/Deploy_CHM_DEMO_10/config.xml | 125 +++++++++++++++++++++++++++++ 1 file changed, 125 insertions(+) create mode 100644 jobs/Deploy_CHM_DEMO_10/config.xml diff --git a/jobs/Deploy_CHM_DEMO_10/config.xml b/jobs/Deploy_CHM_DEMO_10/config.xml new file mode 100644 index 00000000..0abba741 --- /dev/null +++ b/jobs/Deploy_CHM_DEMO_10/config.xml @@ -0,0 +1,125 @@ + + + + + false + + + ylhealth + + + + + GIT_BRANCH + 正式環境的 branch, 如: +master +release/1.15GA +hotfix/1.15.1GA + demo + false + + + + + + 2 + + + https://cm.ylhealth.org/gitlab/ym/CRM.git + 3485e854-8389-40e8-8c86-b94e94e91904 + + + + + */${GIT_BRANCH} + + + false + + + + DEMO_192.168.2.10 + false + false + false + false + + false + + org.ylhealth.ym + CRM + + clean process-resources package -Dmaven.test.skip=true + spring-boot:run + true + false + false + false + true + true + true + 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 + + + + + + + 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 ng-bind='page_title'>CRM v${version}_${VAR}<\/title\/>/" src/main/resources/static/index.html +sed -i "s/<title.*/<title ng-bind='page_title'>CRM v${version}_${VAR}<\/title\/>/" src/main/resources/static/indexMinify.html + + + + + systemctl stop CRM +rm -f /opt/CRM/CRM.jar +mv target/CRM-*-exec.jar /opt/CRM/CRM.jar +chmod +x /opt/CRM/CRM.jar +systemctl start CRM + + + + UNSTABLE + 1 + YELLOW + true + + \ No newline at end of file -- 2.26.2