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

20180083: Job [HRB_Run_Automation] configuration updated

Change performed by §õº~?
parent f1786c11
......@@ -4,6 +4,9 @@
<description></description>
<keepDependencies>false</keepDependencies>
<properties>
<com.dabsquared.gitlabjenkins.connection.GitLabConnectionProperty plugin="gitlab-plugin@1.5.10">
<gitLabConnection>ylhealth</gitLabConnection>
</com.dabsquared.gitlabjenkins.connection.GitLabConnectionProperty>
<jenkins.model.BuildDiscarderProperty>
<strategy class="hudson.tasks.LogRotator">
<daysToKeep>1</daysToKeep>
......@@ -12,9 +15,6 @@
<artifactNumToKeep>-1</artifactNumToKeep>
</strategy>
</jenkins.model.BuildDiscarderProperty>
<com.dabsquared.gitlabjenkins.connection.GitLabConnectionProperty plugin="gitlab-plugin@1.5.10">
<gitLabConnection>ylhealth</gitLabConnection>
</com.dabsquared.gitlabjenkins.connection.GitLabConnectionProperty>
</properties>
<scm class="hudson.plugins.git.GitSCM" plugin="git@3.9.1">
<configVersion>2</configVersion>
......@@ -40,13 +40,13 @@
<blockBuildWhenUpstreamBuilding>false</blockBuildWhenUpstreamBuilding>
<triggers>
<hudson.triggers.TimerTrigger>
<spec>0 22 * * *</spec>
<spec>0 21 * * *</spec>
</hudson.triggers.TimerTrigger>
</triggers>
<concurrentBuild>false</concurrentBuild>
<builders>
<hudson.tasks.BatchFile>
<command>robot %WORKSPACE%\CHMB\Login_Tests</command>
<command>robot %WORKSPACE%\HRB\Login_Tests %WORKSPACE%\HRB\Attach_File</command>
</hudson.tasks.BatchFile>
</builders>
<publishers>
......@@ -70,7 +70,7 @@
<sendToIndividuals>false</sendToIndividuals>
</hudson.tasks.Mailer>
<hudson.plugins.emailext.ExtendedEmailPublisher plugin="email-ext@2.63">
<recipientList>$QA_Group</recipientList>
<recipientList>$RD_Group $QA_Group</recipientList>
<configuredTriggers>
<hudson.plugins.emailext.plugins.trigger.AlwaysTrigger>
<email>
......@@ -89,9 +89,11 @@
</hudson.plugins.emailext.plugins.trigger.AlwaysTrigger>
</configuredTriggers>
<contentType>text/html</contentType>
<defaultSubject>CHMB - SIT 環境自動化測試報告結果</defaultSubject>
<defaultContent>目前測試階段 - 只有登入登出測試
請打開附檔案結果</defaultContent>
<defaultSubject>HRB - SIT 環境自動化測試報告結果</defaultSubject>
<defaultContent>自動化測試包含
1. 登入測試
2. [附檔] - 醫療影像上傳並驗證資料庫
3. [附檔] - 個人檔案上傳並驗證資料庫</defaultContent>
<attachmentsPattern>log.html</attachmentsPattern>
<presendScript>$DEFAULT_PRESEND_SCRIPT</presendScript>
<postsendScript>$DEFAULT_POSTSEND_SCRIPT</postsendScript>
......@@ -107,7 +109,7 @@
<hudson.plugins.parameterizedtrigger.BuildTriggerConfig>
<configs>
<hudson.plugins.parameterizedtrigger.PredefinedBuildParameters>
<properties>NotifyMessage=CHMB run automation done on SIT, please find attached from your email.</properties>
<properties>NotifyMessage=HRB run automation done on SIT, please find attached from your email.</properties>
<textParamValueOnNewLine>false</textParamValueOnNewLine>
</hudson.plugins.parameterizedtrigger.PredefinedBuildParameters>
</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