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

20180083: Job [CHMB_Commit_Build] configuration updated

Change performed by §õº~?
parent 9181f2d7
<?xml version='1.1' encoding='UTF-8'?>
<project>
<actions/>
<description>注意!&#xd;
這是後台 目前先配合SVN的英文名稱&#xd;
<description>Build flow&#xd;
1. 接收到Request從GitLab &#xd;
2. Build Code &#xd;
3. Source Code Analysis &#xd;
......@@ -17,8 +16,8 @@
</com.dabsquared.gitlabjenkins.connection.GitLabConnectionProperty>
<jenkins.model.BuildDiscarderProperty>
<strategy class="hudson.tasks.LogRotator">
<daysToKeep>2</daysToKeep>
<numToKeep>5</numToKeep>
<daysToKeep>1</daysToKeep>
<numToKeep>3</numToKeep>
<artifactDaysToKeep>-1</artifactDaysToKeep>
<artifactNumToKeep>-1</artifactNumToKeep>
</strategy>
......@@ -34,14 +33,14 @@
</userRemoteConfigs>
<branches>
<hudson.plugins.git.BranchSpec>
<name>**</name>
<name>$Build_Branch</name>
</hudson.plugins.git.BranchSpec>
</branches>
<doGenerateSubmoduleConfigurations>false</doGenerateSubmoduleConfigurations>
<submoduleCfg class="list"/>
<extensions/>
</scm>
<assignedNode>master</assignedNode>
<assignedNode>&quot;Build Node 134&quot;||&quot;Build Node 133&quot;||master</assignedNode>
<canRoam>false</canRoam>
<disabled>false</disabled>
<blockBuildWhenDownstreamBuilding>false</blockBuildWhenDownstreamBuilding>
......@@ -65,8 +64,9 @@
<branchFilterType>All</branchFilterType>
<includeBranchesSpec></includeBranchesSpec>
<excludeBranchesSpec></excludeBranchesSpec>
<sourceBranchRegex></sourceBranchRegex>
<targetBranchRegex></targetBranchRegex>
<secretToken>{AQAAABAAAAAQJMlEUI7JwQKRBWfqpEBFGUA8WtOVxMKmHT8nMpu5aRA=}</secretToken>
<secretToken>{AQAAABAAAAAQmz74Ythkt2DaZ3b9Et6qYsy6hymturdzL/lbJ9nk8kE=}</secretToken>
<pendingBuildName></pendingBuildName>
<cancelPendingBuildsOnUpdate>false</cancelPendingBuildsOnUpdate>
</com.dabsquared.gitlabjenkins.GitLabPushTrigger>
......@@ -74,7 +74,7 @@
<concurrentBuild>false</concurrentBuild>
<builders>
<hudson.tasks.Maven>
<targets>clean package cobertura:cobertura</targets>
<targets>clean compile cobertura:cobertura</targets>
<mavenName>Maven_3.39</mavenName>
<usePrivateRepository>false</usePrivateRepository>
<settings class="jenkins.mvn.DefaultSettingsProvider"/>
......@@ -183,22 +183,10 @@
<allowEmptyResults>false</allowEmptyResults>
</hudson.tasks.junit.JUnitResultArchiver>
<hudson.tasks.Mailer plugin="mailer@1.21">
<recipients>$RD_Group $QA_Group</recipients>
<recipients>$RD_Group</recipients>
<dontNotifyEveryUnstableBuild>false</dontNotifyEveryUnstableBuild>
<sendToIndividuals>false</sendToIndividuals>
</hudson.tasks.Mailer>
<com.dabsquared.gitlabjenkins.publisher.GitLabMessagePublisher plugin="gitlab-plugin@1.5.10">
<onlyForFailure>false</onlyForFailure>
<replaceSuccessNote>false</replaceSuccessNote>
<replaceFailureNote>false</replaceFailureNote>
<replaceAbortNote>false</replaceAbortNote>
<replaceUnstableNote>false</replaceUnstableNote>
<successNoteText></successNoteText>
<failureNoteText></failureNoteText>
<abortNoteText></abortNoteText>
<unstableNoteText></unstableNoteText>
</com.dabsquared.gitlabjenkins.publisher.GitLabMessagePublisher>
<com.dabsquared.gitlabjenkins.publisher.GitLabVotePublisher plugin="gitlab-plugin@1.5.10"/>
</publishers>
<buildWrappers>
<hudson.plugins.timestamper.TimestamperBuildWrapper plugin="timestamper@1.8.10"/>
......
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