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
380406a4
Commit
380406a4
authored
Jan 30, 2019
by
YM-RD-AP01\ymadmin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
20140144: Job [CHM_Analysis] configuration updated
Change performed by ·¨¼y°ó
parent
ec20d9d0
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
12 deletions
+12
-12
jobs/CHM_Analysis/config.xml
jobs/CHM_Analysis/config.xml
+12
-12
No files found.
jobs/CHM_Analysis/config.xml
View file @
380406a4
<?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>
1. Download the source code from SCM

<description>
1. Download the source code from SCM

2. Copy the configuration file to workspace

2. Copy the configuration file to workspace

...
@@ -7,7 +7,15 @@
...
@@ -7,7 +7,15 @@
4. Run SonarQube with sonar-scanner.bat from workspace
</description>
4. Run SonarQube with sonar-scanner.bat from workspace
</description>
<keepDependencies>
false
</keepDependencies>
<keepDependencies>
false
</keepDependencies>
<properties>
<properties>
<com.dabsquared.gitlabjenkins.connection.GitLabConnectionProperty
plugin=
"gitlab-plugin@1.5.10"
>
<jenkins.model.BuildDiscarderProperty>
<strategy
class=
"hudson.tasks.LogRotator"
>
<daysToKeep>
-1
</daysToKeep>
<numToKeep>
5
</numToKeep>
<artifactDaysToKeep>
-1
</artifactDaysToKeep>
<artifactNumToKeep>
-1
</artifactNumToKeep>
</strategy>
</jenkins.model.BuildDiscarderProperty>
<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>
...
@@ -20,14 +28,6 @@
...
@@ -20,14 +28,6 @@
</hudson.model.StringParameterDefinition>
</hudson.model.StringParameterDefinition>
</parameterDefinitions>
</parameterDefinitions>
</hudson.model.ParametersDefinitionProperty>
</hudson.model.ParametersDefinitionProperty>
<jenkins.model.BuildDiscarderProperty>
<strategy
class=
"hudson.tasks.LogRotator"
>
<daysToKeep>
1
</daysToKeep>
<numToKeep>
3
</numToKeep>
<artifactDaysToKeep>
-1
</artifactDaysToKeep>
<artifactNumToKeep>
-1
</artifactNumToKeep>
</strategy>
</jenkins.model.BuildDiscarderProperty>
</properties>
</properties>
<scm
class=
"hudson.plugins.git.GitSCM"
plugin=
"git@3.9.1"
>
<scm
class=
"hudson.plugins.git.GitSCM"
plugin=
"git@3.9.1"
>
<configVersion>
2
</configVersion>
<configVersion>
2
</configVersion>
...
@@ -83,7 +83,7 @@
...
@@ -83,7 +83,7 @@
</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>
...
@@ -118,7 +118,7 @@
...
@@ -118,7 +118,7 @@
</org.jenkinsci.plugins.DependencyCheck.DependencyCheckPublisher>
</org.jenkinsci.plugins.DependencyCheck.DependencyCheckPublisher>
</publishers>
</publishers>
<buildWrappers>
<buildWrappers>
<hudson.plugins.ws__cleanup.PreBuildCleanup
plugin=
"ws-cleanup@0.3
6
"
>
<hudson.plugins.ws__cleanup.PreBuildCleanup
plugin=
"ws-cleanup@0.3
7
"
>
<deleteDirs>
false
</deleteDirs>
<deleteDirs>
false
</deleteDirs>
<cleanupParameter></cleanupParameter>
<cleanupParameter></cleanupParameter>
<externalDelete></externalDelete>
<externalDelete></externalDelete>
...
...
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