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 @@ ...@@ -12,7 +12,7 @@
<artifactNumToKeep>-1</artifactNumToKeep> <artifactNumToKeep>-1</artifactNumToKeep>
</strategy> </strategy>
</jenkins.model.BuildDiscarderProperty> </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> <gitLabConnection>ylhealth</gitLabConnection>
</com.dabsquared.gitlabjenkins.connection.GitLabConnectionProperty> </com.dabsquared.gitlabjenkins.connection.GitLabConnectionProperty>
<hudson.model.ParametersDefinitionProperty> <hudson.model.ParametersDefinitionProperty>
...@@ -23,10 +23,22 @@ ...@@ -23,10 +23,22 @@
<defaultValue>master</defaultValue> <defaultValue>master</defaultValue>
<trim>false</trim> <trim>false</trim>
</hudson.model.StringParameterDefinition> </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> </parameterDefinitions>
</hudson.model.ParametersDefinitionProperty> </hudson.model.ParametersDefinitionProperty>
</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>
...@@ -56,7 +68,7 @@ ...@@ -56,7 +68,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 +82,7 @@ ...@@ -70,7 +82,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.23"> <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