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

20180083: Job [CHM_Run_Automation] configuration updated

Change performed by §õº~?
parent c7ef03cf
...@@ -4,31 +4,35 @@ ...@@ -4,31 +4,35 @@
<description></description> <description></description>
<keepDependencies>false</keepDependencies> <keepDependencies>false</keepDependencies>
<properties> <properties>
<com.dabsquared.gitlabjenkins.connection.GitLabConnectionProperty plugin="gitlab-plugin@1.5.12"> <jenkins.model.BuildDiscarderProperty>
<strategy class="hudson.tasks.LogRotator">
<daysToKeep>1</daysToKeep>
<numToKeep>3</numToKeep>
<artifactDaysToKeep>-1</artifactDaysToKeep>
<artifactNumToKeep>-1</artifactNumToKeep>
</strategy>
</jenkins.model.BuildDiscarderProperty>
<com.dabsquared.gitlabjenkins.connection.GitLabConnectionProperty plugin="gitlab-plugin@1.5.13">
<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.StringParameterDefinition> <hudson.model.ChoiceParameterDefinition>
<name>Branch_Variable</name> <name>Branch_Variable</name>
<description>There are two branches, descript as below <description>There are two branches, descript as below
1. master 1. master
2. develop</description> 2. develop</description>
<defaultValue>master</defaultValue> <choices class="java.util.Arrays$ArrayList">
<trim>false</trim> <a class="string-array">
</hudson.model.StringParameterDefinition> <string>master</string>
<string>develop</string>
</a>
</choices>
</hudson.model.ChoiceParameterDefinition>
</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.11.0"> <scm class="hudson.plugins.git.GitSCM" plugin="git@3.12.1">
<configVersion>2</configVersion> <configVersion>2</configVersion>
<userRemoteConfigs> <userRemoteConfigs>
<hudson.plugins.git.UserRemoteConfig> <hudson.plugins.git.UserRemoteConfig>
...@@ -58,7 +62,7 @@ ...@@ -58,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>
...@@ -72,7 +76,7 @@ ...@@ -72,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.24"> <hudson.tasks.Mailer plugin="mailer@1.27">
<recipients>$SonarQube_Administrator</recipients> <recipients>$SonarQube_Administrator</recipients>
<dontNotifyEveryUnstableBuild>false</dontNotifyEveryUnstableBuild> <dontNotifyEveryUnstableBuild>false</dontNotifyEveryUnstableBuild>
<sendToIndividuals>false</sendToIndividuals> <sendToIndividuals>false</sendToIndividuals>
......
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