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

20180083: Job [PreSale_Run_Automation] configuration updated

Change performed by §õº~?
parent d90f7a66
......@@ -12,7 +12,7 @@
<artifactNumToKeep>-1</artifactNumToKeep>
</strategy>
</jenkins.model.BuildDiscarderProperty>
<com.dabsquared.gitlabjenkins.connection.GitLabConnectionProperty plugin="gitlab-plugin@1.5.12">
<com.dabsquared.gitlabjenkins.connection.GitLabConnectionProperty plugin="gitlab-plugin@1.5.13">
<gitLabConnection>ylhealth</gitLabConnection>
</com.dabsquared.gitlabjenkins.connection.GitLabConnectionProperty>
<hudson.model.ParametersDefinitionProperty>
......@@ -23,10 +23,22 @@
<defaultValue>master</defaultValue>
<trim>false</trim>
</hudson.model.StringParameterDefinition>
<hudson.model.ChoiceParameterDefinition>
<name>Branch_Variable</name>
<description>There are two branches, descript as below
1. master
2. develop</description>
<choices class="java.util.Arrays$ArrayList">
<a class="string-array">
<string>master</string>
<string>develop</string>
</a>
</choices>
</hudson.model.ChoiceParameterDefinition>
</parameterDefinitions>
</hudson.model.ParametersDefinitionProperty>
</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>
<userRemoteConfigs>
<hudson.plugins.git.UserRemoteConfig>
......@@ -56,7 +68,7 @@
</hudson.tasks.BatchFile>
</builders>
<publishers>
<hudson.plugins.robot.RobotPublisher plugin="robot@1.6.5">
<hudson.plugins.robot.RobotPublisher plugin="robot@2.0.0">
<outputPath>${WORKSPACE}</outputPath>
<reportFileName>report.html</reportFileName>
<logFileName>log.html</logFileName>
......@@ -70,7 +82,7 @@
<enableCache>true</enableCache>
<onlyCritical>true</onlyCritical>
</hudson.plugins.robot.RobotPublisher>
<hudson.tasks.Mailer plugin="mailer@1.23">
<hudson.tasks.Mailer plugin="mailer@1.27">
<recipients>$SonarQube_Administrator</recipients>
<dontNotifyEveryUnstableBuild>false</dontNotifyEveryUnstableBuild>
<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