Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
J
jenkins
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Jira
Jira
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
ym
jenkins
Commits
f5ebe171
Commit
f5ebe171
authored
Oct 12, 2018
by
YM-RD-AP01\ymadmin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
20180083: Job [CHMB_Commit_Build] configuration updated
Change performed by §õº~?
parent
9181f2d7
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
21 deletions
+9
-21
jobs/CHMB_Commit_Build/config.xml
jobs/CHMB_Commit_Build/config.xml
+9
-21
No files found.
jobs/CHMB_Commit_Build/config.xml
View file @
f5ebe171
<?xml version='1.1' encoding='UTF-8'?>
<project>
<actions/>
<description>
注意!

這是後台 目前先配合SVN的英文名稱

<description>
Build flow

1. 接收到Request從GitLab

2. Build Code

3. Source Code Analysis

...
...
@@ -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>
"
Build Node 134
"
||
"
Build Node 133
"
||
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>
{AQAAABAAAAAQ
JMlEUI7JwQKRBWfqpEBFGUA8WtOVxMKmHT8nMpu5aRA
=}
</secretToken>
<secretToken>
{AQAAABAAAAAQ
mz74Ythkt2DaZ3b9Et6qYsy6hymturdzL/lbJ9nk8kE
=}
</secretToken>
<pendingBuildName></pendingBuildName>
<cancelPendingBuildsOnUpdate>
false
</cancelPendingBuildsOnUpdate>
</com.dabsquared.gitlabjenkins.GitLabPushTrigger>
...
...
@@ -74,7 +74,7 @@
<concurrentBuild>
false
</concurrentBuild>
<builders>
<hudson.tasks.Maven>
<targets>
clean
packag
e cobertura:cobertura
</targets>
<targets>
clean
compil
e 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"
/>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment