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
112be642
Commit
112be642
authored
Sep 19, 2019
by
YM-RD-AP01\ymadmin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
20180083: Job [CHMB_Run_Automation] configuration updated
Change performed by §õº~?
parent
ac958b51
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
15 additions
and
9 deletions
+15
-9
jobs/CHMB_Run_Automation/config.xml
jobs/CHMB_Run_Automation/config.xml
+15
-9
No files found.
jobs/CHMB_Run_Automation/config.xml
View file @
112be642
...
@@ -12,21 +12,27 @@
...
@@ -12,21 +12,27 @@
<artifactNumToKeep>
-1
</artifactNumToKeep>
<artifactNumToKeep>
-1
</artifactNumToKeep>
</strategy>
</strategy>
</jenkins.model.BuildDiscarderProperty>
</jenkins.model.BuildDiscarderProperty>
<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>
<gitLabConnection>
ylhealth
</gitLabConnection>
</com.dabsquared.gitlabjenkins.connection.GitLabConnectionProperty>
</com.dabsquared.gitlabjenkins.connection.GitLabConnectionProperty>
<hudson.model.ParametersDefinitionProperty>
<hudson.model.ParametersDefinitionProperty>
<parameterDefinitions>
<parameterDefinitions>
<hudson.model.
String
ParameterDefinition>
<hudson.model.
Choice
ParameterDefinition>
<name>
Branch_Variable
</name>
<name>
Branch_Variable
</name>
<description></description>
<description>
There are two branches, descript as below
<defaultValue>
master
</defaultValue>
1. master
<trim>
false
</trim>
2. develop
</description>
</hudson.model.StringParameterDefinition>
<choices
class=
"java.util.Arrays$ArrayList"
>
<a
class=
"string-array"
>
<string>
master
</string>
<string>
develop
</string>
</a>
</choices>
</hudson.model.ChoiceParameterDefinition>
</parameterDefinitions>
</parameterDefinitions>
</hudson.model.ParametersDefinitionProperty>
</hudson.model.ParametersDefinitionProperty>
</properties>
</properties>
<scm
class=
"hudson.plugins.git.GitSCM"
plugin=
"git@3.1
1.0
"
>
<scm
class=
"hudson.plugins.git.GitSCM"
plugin=
"git@3.1
2.1
"
>
<configVersion>
2
</configVersion>
<configVersion>
2
</configVersion>
<userRemoteConfigs>
<userRemoteConfigs>
<hudson.plugins.git.UserRemoteConfig>
<hudson.plugins.git.UserRemoteConfig>
...
@@ -56,7 +62,7 @@
...
@@ -56,7 +62,7 @@
</hudson.tasks.BatchFile>
</hudson.tasks.BatchFile>
</builders>
</builders>
<publishers>
<publishers>
<hudson.plugins.robot.RobotPublisher
plugin=
"robot@
1.6.5
"
>
<hudson.plugins.robot.RobotPublisher
plugin=
"robot@
2.0.0
"
>
<outputPath>
${WORKSPACE}
</outputPath>
<outputPath>
${WORKSPACE}
</outputPath>
<reportFileName>
report.html
</reportFileName>
<reportFileName>
report.html
</reportFileName>
<logFileName>
log.html
</logFileName>
<logFileName>
log.html
</logFileName>
...
@@ -70,7 +76,7 @@
...
@@ -70,7 +76,7 @@
<enableCache>
true
</enableCache>
<enableCache>
true
</enableCache>
<onlyCritical>
true
</onlyCritical>
<onlyCritical>
true
</onlyCritical>
</hudson.plugins.robot.RobotPublisher>
</hudson.plugins.robot.RobotPublisher>
<hudson.tasks.Mailer
plugin=
"mailer@1.2
3
"
>
<hudson.tasks.Mailer
plugin=
"mailer@1.2
7
"
>
<recipients>
$SonarQube_Administrator
</recipients>
<recipients>
$SonarQube_Administrator
</recipients>
<dontNotifyEveryUnstableBuild>
false
</dontNotifyEveryUnstableBuild>
<dontNotifyEveryUnstableBuild>
false
</dontNotifyEveryUnstableBuild>
<sendToIndividuals>
false
</sendToIndividuals>
<sendToIndividuals>
false
</sendToIndividuals>
...
...
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