Commit d7cd4272 authored by YM-RD-AP01\ymadmin's avatar YM-RD-AP01\ymadmin

scott: Job [CheckUpReportUpload_Analysis] configuration updated

Change performed by ·¨¼y°ó
parent a0ddd833
<?xml version='1.1' encoding='UTF-8'?> <?xml version='1.1' encoding='UTF-8'?>
<maven2-moduleset plugin="maven-plugin@3.1.2"> <maven2-moduleset plugin="maven-plugin@3.2">
<actions/> <actions/>
<description>專案描述 : 健檢報告上傳&#xd; <description>專案描述 : 健檢報告上傳&#xd;
SonarQbue 流程如下&#xd; SonarQbue 流程如下&#xd;
...@@ -7,7 +7,7 @@ SonarQbue 流程如下&#xd; ...@@ -7,7 +7,7 @@ SonarQbue 流程如下&#xd;
2. Dependency Check third party library.</description> 2. Dependency Check third party library.</description>
<keepDependencies>false</keepDependencies> <keepDependencies>false</keepDependencies>
<properties> <properties>
<com.dabsquared.gitlabjenkins.connection.GitLabConnectionProperty plugin="gitlab-plugin@1.5.10"> <com.dabsquared.gitlabjenkins.connection.GitLabConnectionProperty plugin="gitlab-plugin@1.5.11">
<gitLabConnection>ylhealth</gitLabConnection> <gitLabConnection>ylhealth</gitLabConnection>
</com.dabsquared.gitlabjenkins.connection.GitLabConnectionProperty> </com.dabsquared.gitlabjenkins.connection.GitLabConnectionProperty>
<hudson.model.ParametersDefinitionProperty> <hudson.model.ParametersDefinitionProperty>
...@@ -22,8 +22,8 @@ SonarQbue 流程如下&#xd; ...@@ -22,8 +22,8 @@ SonarQbue 流程如下&#xd;
</hudson.model.ParametersDefinitionProperty> </hudson.model.ParametersDefinitionProperty>
<jenkins.model.BuildDiscarderProperty> <jenkins.model.BuildDiscarderProperty>
<strategy class="hudson.tasks.LogRotator"> <strategy class="hudson.tasks.LogRotator">
<daysToKeep>1</daysToKeep> <daysToKeep>-1</daysToKeep>
<numToKeep>3</numToKeep> <numToKeep>5</numToKeep>
<artifactDaysToKeep>-1</artifactDaysToKeep> <artifactDaysToKeep>-1</artifactDaysToKeep>
<artifactNumToKeep>-1</artifactNumToKeep> <artifactNumToKeep>-1</artifactNumToKeep>
</strategy> </strategy>
...@@ -74,7 +74,7 @@ SonarQbue 流程如下&#xd; ...@@ -74,7 +74,7 @@ SonarQbue 流程如下&#xd;
<settings class="jenkins.mvn.DefaultSettingsProvider"/> <settings class="jenkins.mvn.DefaultSettingsProvider"/>
<globalSettings class="jenkins.mvn.DefaultGlobalSettingsProvider"/> <globalSettings class="jenkins.mvn.DefaultGlobalSettingsProvider"/>
<reporters> <reporters>
<hudson.plugins.dry.DryReporter plugin="dry@2.50"> <hudson.plugins.dry.DryReporter plugin="dry@3.0.0">
<healthy></healthy> <healthy></healthy>
<unHealthy></unHealthy> <unHealthy></unHealthy>
<pluginName>[DRY] </pluginName> <pluginName>[DRY] </pluginName>
...@@ -113,7 +113,7 @@ SonarQbue 流程如下&#xd; ...@@ -113,7 +113,7 @@ SonarQbue 流程如下&#xd;
</hudson.maven.reporters.MavenMailer> </hudson.maven.reporters.MavenMailer>
</reporters> </reporters>
<publishers> <publishers>
<org.jenkinsci.plugins.DependencyCheck.DependencyCheckPublisher plugin="dependency-check-jenkins-plugin@3.3.2"> <org.jenkinsci.plugins.DependencyCheck.DependencyCheckPublisher plugin="dependency-check-jenkins-plugin@4.0.2">
<healthy></healthy> <healthy></healthy>
<unHealthy></unHealthy> <unHealthy></unHealthy>
<thresholdLimit>low</thresholdLimit> <thresholdLimit>low</thresholdLimit>
...@@ -147,7 +147,12 @@ SonarQbue 流程如下&#xd; ...@@ -147,7 +147,12 @@ SonarQbue 流程如下&#xd;
<pattern>target/dependency-check-report.xml</pattern> <pattern>target/dependency-check-report.xml</pattern>
</org.jenkinsci.plugins.DependencyCheck.DependencyCheckPublisher> </org.jenkinsci.plugins.DependencyCheck.DependencyCheckPublisher>
</publishers> </publishers>
<buildWrappers/> <buildWrappers>
<hudson.plugins.ansicolor.AnsiColorBuildWrapper plugin="ansicolor@0.6.1">
<colorMapName>xterm</colorMapName>
</hudson.plugins.ansicolor.AnsiColorBuildWrapper>
<hudson.plugins.timestamper.TimestamperBuildWrapper plugin="timestamper@1.8.10"/>
</buildWrappers>
<prebuilders/> <prebuilders/>
<postbuilders/> <postbuilders/>
<runPostStepsIfResult> <runPostStepsIfResult>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment