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
0fa2cf6c
Commit
0fa2cf6c
authored
Mar 05, 2020
by
YM-RD-AP01\ymadmin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
scott: Job [ReportUploadAgent_Commit_Build] configuration updated
Change performed by 楊慶堂
parent
29fc97b4
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
8 deletions
+8
-8
jobs/ReportUploadAgent_Commit_Build/config.xml
jobs/ReportUploadAgent_Commit_Build/config.xml
+8
-8
No files found.
jobs/ReportUploadAgent_Commit_Build/config.xml
View file @
0fa2cf6c
<?xml version='1.1' encoding='UTF-8'?>
<?xml version='1.1' encoding='UTF-8'?>
<maven2-moduleset
plugin=
"maven-plugin@3.
2
"
>
<maven2-moduleset
plugin=
"maven-plugin@3.
4
"
>
<actions/>
<actions/>
<description>
1. 接收到Request從GitLab

<description>
1. 接收到Request從GitLab

2. Build Code

2. Build Code

...
@@ -9,19 +9,19 @@
...
@@ -9,19 +9,19 @@
假如過成有問題會通知RD群組
</description>
假如過成有問題會通知RD群組
</description>
<keepDependencies>
false
</keepDependencies>
<keepDependencies>
false
</keepDependencies>
<properties>
<properties>
<com.dabsquared.gitlabjenkins.connection.GitLabConnectionProperty
plugin=
"gitlab-plugin@1.5.1
1
"
>
<com.dabsquared.gitlabjenkins.connection.GitLabConnectionProperty
plugin=
"gitlab-plugin@1.5.1
3
"
>
<gitLabConnection>
ylhealth
</gitLabConnection>
<gitLabConnection>
ylhealth
</gitLabConnection>
</com.dabsquared.gitlabjenkins.connection.GitLabConnectionProperty>
</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>
<numToKeep>
5
</numToKeep>
<numToKeep>
10
</numToKeep>
<artifactDaysToKeep>
-1
</artifactDaysToKeep>
<artifactDaysToKeep>
-1
</artifactDaysToKeep>
<artifactNumToKeep>
-1
</artifactNumToKeep>
<artifactNumToKeep>
-1
</artifactNumToKeep>
</strategy>
</strategy>
</jenkins.model.BuildDiscarderProperty>
</jenkins.model.BuildDiscarderProperty>
</properties>
</properties>
<scm
class=
"hudson.plugins.git.GitSCM"
plugin=
"git@
3.9
.1"
>
<scm
class=
"hudson.plugins.git.GitSCM"
plugin=
"git@
4.1
.1"
>
<configVersion>
2
</configVersion>
<configVersion>
2
</configVersion>
<userRemoteConfigs>
<userRemoteConfigs>
<hudson.plugins.git.UserRemoteConfig>
<hudson.plugins.git.UserRemoteConfig>
...
@@ -45,7 +45,7 @@
...
@@ -45,7 +45,7 @@
<blockBuildWhenUpstreamBuilding>
false
</blockBuildWhenUpstreamBuilding>
<blockBuildWhenUpstreamBuilding>
false
</blockBuildWhenUpstreamBuilding>
<authToken>
build_reportuploadagent
</authToken>
<authToken>
build_reportuploadagent
</authToken>
<triggers>
<triggers>
<com.dabsquared.gitlabjenkins.GitLabPushTrigger
plugin=
"gitlab-plugin@1.5.1
1
"
>
<com.dabsquared.gitlabjenkins.GitLabPushTrigger
plugin=
"gitlab-plugin@1.5.1
3
"
>
<spec></spec>
<spec></spec>
<triggerOnPush>
true
</triggerOnPush>
<triggerOnPush>
true
</triggerOnPush>
<triggerOnMergeRequest>
true
</triggerOnMergeRequest>
<triggerOnMergeRequest>
true
</triggerOnMergeRequest>
...
@@ -64,7 +64,7 @@
...
@@ -64,7 +64,7 @@
<excludeBranchesSpec></excludeBranchesSpec>
<excludeBranchesSpec></excludeBranchesSpec>
<sourceBranchRegex></sourceBranchRegex>
<sourceBranchRegex></sourceBranchRegex>
<targetBranchRegex></targetBranchRegex>
<targetBranchRegex></targetBranchRegex>
<secretToken>
{AQAAABAAAAAQ
FsTfGwqeQp4Ozn00DuFIRooBHNpsM40wPJM1q9wULtU
=}
</secretToken>
<secretToken>
{AQAAABAAAAAQ
1Jhy2/PvgjSWs/7ygGyYHU/6pbmwt/xBMXb/WPGXjoc
=}
</secretToken>
<pendingBuildName></pendingBuildName>
<pendingBuildName></pendingBuildName>
<cancelPendingBuildsOnUpdate>
false
</cancelPendingBuildsOnUpdate>
<cancelPendingBuildsOnUpdate>
false
</cancelPendingBuildsOnUpdate>
</com.dabsquared.gitlabjenkins.GitLabPushTrigger>
</com.dabsquared.gitlabjenkins.GitLabPushTrigger>
...
@@ -74,7 +74,7 @@
...
@@ -74,7 +74,7 @@
<groupId>
org.ylhealth.ym.chm.agent
</groupId>
<groupId>
org.ylhealth.ym.chm.agent
</groupId>
<artifactId>
ReportUploader
</artifactId>
<artifactId>
ReportUploader
</artifactId>
</rootModule>
</rootModule>
<goals>
clean package
cobertura:cobertura
</goals>
<goals>
clean package
org.owasp:dependency-check-maven:check -Pjenkins_analysis
</goals>
<aggregatorStyleBuild>
true
</aggregatorStyleBuild>
<aggregatorStyleBuild>
true
</aggregatorStyleBuild>
<incrementalBuild>
false
</incrementalBuild>
<incrementalBuild>
false
</incrementalBuild>
<ignoreUpstremChanges>
false
</ignoreUpstremChanges>
<ignoreUpstremChanges>
false
</ignoreUpstremChanges>
...
@@ -100,7 +100,7 @@
...
@@ -100,7 +100,7 @@
</reporters>
</reporters>
<publishers/>
<publishers/>
<buildWrappers>
<buildWrappers>
<hudson.plugins.timestamper.TimestamperBuildWrapper
plugin=
"timestamper@1.
8.10
"
/>
<hudson.plugins.timestamper.TimestamperBuildWrapper
plugin=
"timestamper@1.
11
"
/>
</buildWrappers>
</buildWrappers>
<prebuilders/>
<prebuilders/>
<postbuilders/>
<postbuilders/>
...
...
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