diff --git a/jobs/Deploy_CHM_SIT_124/config.xml b/jobs/Deploy_CHM_SIT_124/config.xml new file mode 100644 index 0000000000000000000000000000000000000000..c0a851010b611b5e2f5fc00927299e48eff8a6d5 --- /dev/null +++ b/jobs/Deploy_CHM_SIT_124/config.xml @@ -0,0 +1,154 @@ + + + + + false + + + ylhealth + + + + + GIT_BRANCH + 如 +master +release/1.15GA +hotfix/1.15.1GA + feature/i18n + false + + + + + + -1 + 5 + -1 + -1 + + + + + 2 + + + https://cm.ylhealth.org/gitlab/ym/CRM.git + 3485e854-8389-40e8-8c86-b94e94e91904 + + + + + */${GIT_BRANCH} + + + false + + + + SIT_124 + false + false + false + false + + + 0 7,13,17 * * * + + + false + + org.ylhealth.ym + CRM + + clean process-resources package -Dmaven.test.skip=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 + + + + + + false + + + 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 + + + + + sudo systemctl stop CRM + +chm=/opt/chm/chm +tempdir=$(mktemp -d) + +sudo rm -f ${chm}/lib/* +sudo rm -rf ${chm}/templates/* + +7za x target/CRM-pack.zip -o"${tempdir}" +sudo mv -f ${tempdir}/CRM/lib/* "${chm}/lib" +sudo mv -f ${tempdir}/CRM/templates/* "${chm}/templates" +rm -rf "${tempdir}" + +sudo systemctl start CRM + + + + UNSTABLE + 1 + YELLOW + true + + \ No newline at end of file