From 3b2e91670620e7142a5df984601194f40ed11b16 Mon Sep 17 00:00:00 2001 From: "YM-RD-AP01\\ymadmin" Date: Tue, 21 Aug 2018 11:42:13 +0800 Subject: [PATCH] 20160048: Job [CHM_Analysis] configuration updated MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change performed by ³¢ªں --- jobs/CHM_Analysis/config.xml | 85 ++++++++++++++++++++++++++++++++++++ 1 file changed, 85 insertions(+) create mode 100644 jobs/CHM_Analysis/config.xml diff --git a/jobs/CHM_Analysis/config.xml b/jobs/CHM_Analysis/config.xml new file mode 100644 index 00000000..f83256f9 --- /dev/null +++ b/jobs/CHM_Analysis/config.xml @@ -0,0 +1,85 @@ + + + + 1. Download the source code from SCM +2. Copy the configuration file to workspace +3. maven build +4. Run SonarQube with sonar-scanner.bat from workspace + false + + + ylhealth + + + + -1 + 5 + -1 + -1 + + + + + 2 + + + https://cm.ylhealth.org/gitlab/ym/CRM.git + 3485e854-8389-40e8-8c86-b94e94e91904 + + + + + */develop + + + false + + + + "SonarQube Server" + false + false + false + false + + false + + org.ylhealth.ym + CRM + + compile $SONAR_MAVEN_GOAL -Dsonar.host.url=$SONAR_HOST_URL -Dsonar.login=$SONAR_AUTH_TOKEN -Dsonar.projectKey=CRM -Dsonar.projectName=CRM -Dsonar.sources=src/main -Dsonar.sourceEncoding=UTF-8 -Dsonar.java.sources=1.8 -Dsonar.junit.reportsPath=reports/java/surefire-reports -Dsonar.jacoco.reportPath=reports/java/jacoco.exec -Dsonar.javascript.lcov.reportPath=reports/js/lcov.dat -DskipTests=true + spring-boot:run + true + false + false + false + true + false + false + false + false + -1 + false + false + true + + + + + + + false + + + + + + + + + FAILURE + 2 + RED + true + + \ No newline at end of file -- 2.26.2