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

20180083: Job [CHM_Run_Automation] configuration updated

Change performed by §õº~?
parent a493eb76
...@@ -4,6 +4,9 @@ ...@@ -4,6 +4,9 @@
<description></description> <description></description>
<keepDependencies>false</keepDependencies> <keepDependencies>false</keepDependencies>
<properties> <properties>
<com.dabsquared.gitlabjenkins.connection.GitLabConnectionProperty plugin="gitlab-plugin@1.5.10">
<gitLabConnection>ylhealth</gitLabConnection>
</com.dabsquared.gitlabjenkins.connection.GitLabConnectionProperty>
<jenkins.model.BuildDiscarderProperty> <jenkins.model.BuildDiscarderProperty>
<strategy class="hudson.tasks.LogRotator"> <strategy class="hudson.tasks.LogRotator">
<daysToKeep>1</daysToKeep> <daysToKeep>1</daysToKeep>
...@@ -12,9 +15,6 @@ ...@@ -12,9 +15,6 @@
<artifactNumToKeep>-1</artifactNumToKeep> <artifactNumToKeep>-1</artifactNumToKeep>
</strategy> </strategy>
</jenkins.model.BuildDiscarderProperty> </jenkins.model.BuildDiscarderProperty>
<com.dabsquared.gitlabjenkins.connection.GitLabConnectionProperty plugin="gitlab-plugin@1.5.10">
<gitLabConnection>ylhealth</gitLabConnection>
</com.dabsquared.gitlabjenkins.connection.GitLabConnectionProperty>
</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>
...@@ -46,7 +46,7 @@ ...@@ -46,7 +46,7 @@
<concurrentBuild>false</concurrentBuild> <concurrentBuild>false</concurrentBuild>
<builders> <builders>
<hudson.tasks.BatchFile> <hudson.tasks.BatchFile>
<command>robot %WORKSPACE%\CHMB\Login_Tests</command> <command>robot %WORKSPACE%\CHM\Login_Tests</command>
</hudson.tasks.BatchFile> </hudson.tasks.BatchFile>
</builders> </builders>
<publishers> <publishers>
...@@ -89,9 +89,8 @@ ...@@ -89,9 +89,8 @@
</hudson.plugins.emailext.plugins.trigger.AlwaysTrigger> </hudson.plugins.emailext.plugins.trigger.AlwaysTrigger>
</configuredTriggers> </configuredTriggers>
<contentType>text/html</contentType> <contentType>text/html</contentType>
<defaultSubject>CHMB - SIT 環境自動化測試報告結果</defaultSubject> <defaultSubject>CHM - SIT 環境自動化測試報告結果</defaultSubject>
<defaultContent>目前測試階段 - 只有登入登出測試 <defaultContent>目前測試階段</defaultContent>
請打開附檔案結果</defaultContent>
<attachmentsPattern>log.html</attachmentsPattern> <attachmentsPattern>log.html</attachmentsPattern>
<presendScript>$DEFAULT_PRESEND_SCRIPT</presendScript> <presendScript>$DEFAULT_PRESEND_SCRIPT</presendScript>
<postsendScript>$DEFAULT_POSTSEND_SCRIPT</postsendScript> <postsendScript>$DEFAULT_POSTSEND_SCRIPT</postsendScript>
...@@ -107,7 +106,7 @@ ...@@ -107,7 +106,7 @@
<hudson.plugins.parameterizedtrigger.BuildTriggerConfig> <hudson.plugins.parameterizedtrigger.BuildTriggerConfig>
<configs> <configs>
<hudson.plugins.parameterizedtrigger.PredefinedBuildParameters> <hudson.plugins.parameterizedtrigger.PredefinedBuildParameters>
<properties>NotifyMessage=CHMB run automation done on SIT, please find attached from your email.</properties> <properties>NotifyMessage=CHM run automation done on SIT, please find attached from your email.</properties>
<textParamValueOnNewLine>false</textParamValueOnNewLine> <textParamValueOnNewLine>false</textParamValueOnNewLine>
</hudson.plugins.parameterizedtrigger.PredefinedBuildParameters> </hudson.plugins.parameterizedtrigger.PredefinedBuildParameters>
</configs> </configs>
......
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