Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
J
jenkins
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Jira
Jira
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
ym
jenkins
Commits
01a19617
Commit
01a19617
authored
Mar 06, 2020
by
YM-RD-AP01\ymadmin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
scott: Job [CheckUpReportUpload_Analysis] configuration updated
Change performed by 楊慶堂
parent
4587d137
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
38 additions
and
38 deletions
+38
-38
jobs/CheckUpReportUpload_Analysis/config.xml
jobs/CheckUpReportUpload_Analysis/config.xml
+38
-38
No files found.
jobs/CheckUpReportUpload_Analysis/config.xml
View file @
01a19617
...
...
@@ -7,7 +7,7 @@ SonarQbue 流程如下
2. Dependency Check third party library.
</description>
<keepDependencies>
false
</keepDependencies>
<properties>
<com.dabsquared.gitlabjenkins.connection.GitLabConnectionProperty
plugin=
"gitlab-plugin@1.5.1
2
"
>
<com.dabsquared.gitlabjenkins.connection.GitLabConnectionProperty
plugin=
"gitlab-plugin@1.5.1
3
"
>
<gitLabConnection>
ylhealth
</gitLabConnection>
</com.dabsquared.gitlabjenkins.connection.GitLabConnectionProperty>
<hudson.model.ParametersDefinitionProperty>
...
...
@@ -23,13 +23,13 @@ SonarQbue 流程如下
<jenkins.model.BuildDiscarderProperty>
<strategy
class=
"hudson.tasks.LogRotator"
>
<daysToKeep>
-1
</daysToKeep>
<numToKeep>
5
</numToKeep>
<numToKeep>
10
</numToKeep>
<artifactDaysToKeep>
-1
</artifactDaysToKeep>
<artifactNumToKeep>
-1
</artifactNumToKeep>
</strategy>
</jenkins.model.BuildDiscarderProperty>
</properties>
<scm
class=
"hudson.plugins.git.GitSCM"
plugin=
"git@
3.1
2.0"
>
<scm
class=
"hudson.plugins.git.GitSCM"
plugin=
"git@
4.
2.0"
>
<configVersion>
2
</configVersion>
<userRemoteConfigs>
<hudson.plugins.git.UserRemoteConfig>
...
...
@@ -61,7 +61,7 @@ SonarQbue 流程如下
<groupId>
org.ylhealth.ym.chm.agent
</groupId>
<artifactId>
ReportUploader
</artifactId>
</rootModule>
<goals>
clean verify sonar:sonar -Dsonar.login=eb396b211331459d36bcc651164b4695d97fb05b
</goals>
<goals>
clean verify sonar:sonar -Dsonar.login=eb396b211331459d36bcc651164b4695d97fb05b
-Pjenkins_analysis
</goals>
<aggregatorStyleBuild>
true
</aggregatorStyleBuild>
<incrementalBuild>
false
</incrementalBuild>
<ignoreUpstremChanges>
true
</ignoreUpstremChanges>
...
...
@@ -78,37 +78,6 @@ SonarQbue 流程如下
<settings
class=
"jenkins.mvn.DefaultSettingsProvider"
/>
<globalSettings
class=
"jenkins.mvn.DefaultGlobalSettingsProvider"
/>
<reporters>
<hudson.plugins.dry.DryReporter
plugin=
"dry@3.0.0"
>
<healthy></healthy>
<unHealthy></unHealthy>
<pluginName>
[DRY]
</pluginName>
<thresholdLimit>
low
</thresholdLimit>
<canRunOnFailed>
false
</canRunOnFailed>
<useDeltaValues>
false
</useDeltaValues>
<thresholds
plugin=
"analysis-core@1.96"
>
<unstableTotalAll></unstableTotalAll>
<unstableTotalHigh></unstableTotalHigh>
<unstableTotalNormal></unstableTotalNormal>
<unstableTotalLow></unstableTotalLow>
<unstableNewAll></unstableNewAll>
<unstableNewHigh></unstableNewHigh>
<unstableNewNormal></unstableNewNormal>
<unstableNewLow></unstableNewLow>
<failedTotalAll></failedTotalAll>
<failedTotalHigh></failedTotalHigh>
<failedTotalNormal></failedTotalNormal>
<failedTotalLow></failedTotalLow>
<failedNewAll></failedNewAll>
<failedNewHigh></failedNewHigh>
<failedNewNormal></failedNewNormal>
<failedNewLow></failedNewLow>
</thresholds>
<dontComputeNew>
true
</dontComputeNew>
<usePreviousBuildAsReference>
false
</usePreviousBuildAsReference>
<useStableBuildAsReference>
false
</useStableBuildAsReference>
<highThreshold>
50
</highThreshold>
<normalThreshold>
25
</normalThreshold>
</hudson.plugins.dry.DryReporter>
<hudson.maven.reporters.MavenMailer>
<recipients>
$SonarQube_Administrator
</recipients>
<dontNotifyEveryUnstableBuild>
false
</dontNotifyEveryUnstableBuild>
...
...
@@ -117,17 +86,48 @@ SonarQbue 流程如下
</hudson.maven.reporters.MavenMailer>
</reporters>
<publishers>
<org.jenkinsci.plugins.DependencyCheck.DependencyCheckPublisher
plugin=
"dependency-check-jenkins-plugin@5.
0.2
"
>
<org.jenkinsci.plugins.DependencyCheck.DependencyCheckPublisher
plugin=
"dependency-check-jenkins-plugin@5.
1.0
"
>
<totalThresholdAnalysisExploitable>
false
</totalThresholdAnalysisExploitable>
<newThresholdAnalysisExploitable>
false
</newThresholdAnalysisExploitable>
<pattern>
target/dependency-check-report.xml
</pattern>
</org.jenkinsci.plugins.DependencyCheck.DependencyCheckPublisher>
<hudson.plugins.jacoco.JacocoPublisher
plugin=
"jacoco@3.0.5"
>
<execPattern>
**/**.exec
</execPattern>
<classPattern>
**/classes
</classPattern>
<sourcePattern>
**/src/main/java
</sourcePattern>
<sourceInclusionPattern>
**/*.java,**/*.groovy,**/*.kt,**/*.kts
</sourceInclusionPattern>
<sourceExclusionPattern></sourceExclusionPattern>
<inclusionPattern></inclusionPattern>
<exclusionPattern></exclusionPattern>
<skipCopyOfSrcFiles>
false
</skipCopyOfSrcFiles>
<minimumInstructionCoverage>
0
</minimumInstructionCoverage>
<minimumBranchCoverage>
0
</minimumBranchCoverage>
<minimumComplexityCoverage>
0
</minimumComplexityCoverage>
<minimumLineCoverage>
0
</minimumLineCoverage>
<minimumMethodCoverage>
0
</minimumMethodCoverage>
<minimumClassCoverage>
0
</minimumClassCoverage>
<maximumInstructionCoverage>
0
</maximumInstructionCoverage>
<maximumBranchCoverage>
0
</maximumBranchCoverage>
<maximumComplexityCoverage>
0
</maximumComplexityCoverage>
<maximumLineCoverage>
0
</maximumLineCoverage>
<maximumMethodCoverage>
0
</maximumMethodCoverage>
<maximumClassCoverage>
0
</maximumClassCoverage>
<changeBuildStatus>
false
</changeBuildStatus>
<runAlways>
false
</runAlways>
<deltaInstructionCoverage>
0
</deltaInstructionCoverage>
<deltaBranchCoverage>
0
</deltaBranchCoverage>
<deltaComplexityCoverage>
0
</deltaComplexityCoverage>
<deltaLineCoverage>
0
</deltaLineCoverage>
<deltaMethodCoverage>
0
</deltaMethodCoverage>
<deltaClassCoverage>
0
</deltaClassCoverage>
<buildOverBuild>
false
</buildOverBuild>
</hudson.plugins.jacoco.JacocoPublisher>
</publishers>
<buildWrappers>
<hudson.plugins.ansicolor.AnsiColorBuildWrapper
plugin=
"ansicolor@0.6.
2
"
>
<hudson.plugins.ansicolor.AnsiColorBuildWrapper
plugin=
"ansicolor@0.6.
3
"
>
<colorMapName>
xterm
</colorMapName>
</hudson.plugins.ansicolor.AnsiColorBuildWrapper>
<hudson.plugins.timestamper.TimestamperBuildWrapper
plugin=
"timestamper@1.1
0
"
/>
<hudson.plugins.timestamper.TimestamperBuildWrapper
plugin=
"timestamper@1.1
1.1
"
/>
</buildWrappers>
<prebuilders/>
<postbuilders/>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment