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

scott: Job [ReportUploadAgent_Commit_Build] configuration updated

Change performed by 楊慶堂
parent 29fc97b4
<?xml version='1.1' encoding='UTF-8'?>
<maven2-moduleset plugin="maven-plugin@3.2">
<maven2-moduleset plugin="maven-plugin@3.4">
<actions/>
<description>1. 接收到Request從GitLab&#xd;
2. Build Code&#xd;
......@@ -9,19 +9,19 @@
假如過成有問題會通知RD群組</description>
<keepDependencies>false</keepDependencies>
<properties>
<com.dabsquared.gitlabjenkins.connection.GitLabConnectionProperty plugin="gitlab-plugin@1.5.11">
<com.dabsquared.gitlabjenkins.connection.GitLabConnectionProperty plugin="gitlab-plugin@1.5.13">
<gitLabConnection>ylhealth</gitLabConnection>
</com.dabsquared.gitlabjenkins.connection.GitLabConnectionProperty>
<jenkins.model.BuildDiscarderProperty>
<strategy class="hudson.tasks.LogRotator">
<daysToKeep>-1</daysToKeep>
<numToKeep>5</numToKeep>
<numToKeep>10</numToKeep>
<artifactDaysToKeep>-1</artifactDaysToKeep>
<artifactNumToKeep>-1</artifactNumToKeep>
</strategy>
</jenkins.model.BuildDiscarderProperty>
</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>
<userRemoteConfigs>
<hudson.plugins.git.UserRemoteConfig>
......@@ -45,7 +45,7 @@
<blockBuildWhenUpstreamBuilding>false</blockBuildWhenUpstreamBuilding>
<authToken>build_reportuploadagent</authToken>
<triggers>
<com.dabsquared.gitlabjenkins.GitLabPushTrigger plugin="gitlab-plugin@1.5.11">
<com.dabsquared.gitlabjenkins.GitLabPushTrigger plugin="gitlab-plugin@1.5.13">
<spec></spec>
<triggerOnPush>true</triggerOnPush>
<triggerOnMergeRequest>true</triggerOnMergeRequest>
......@@ -64,7 +64,7 @@
<excludeBranchesSpec></excludeBranchesSpec>
<sourceBranchRegex></sourceBranchRegex>
<targetBranchRegex></targetBranchRegex>
<secretToken>{AQAAABAAAAAQFsTfGwqeQp4Ozn00DuFIRooBHNpsM40wPJM1q9wULtU=}</secretToken>
<secretToken>{AQAAABAAAAAQ1Jhy2/PvgjSWs/7ygGyYHU/6pbmwt/xBMXb/WPGXjoc=}</secretToken>
<pendingBuildName></pendingBuildName>
<cancelPendingBuildsOnUpdate>false</cancelPendingBuildsOnUpdate>
</com.dabsquared.gitlabjenkins.GitLabPushTrigger>
......@@ -74,7 +74,7 @@
<groupId>org.ylhealth.ym.chm.agent</groupId>
<artifactId>ReportUploader</artifactId>
</rootModule>
<goals>clean package cobertura:cobertura</goals>
<goals>clean package org.owasp:dependency-check-maven:check -Pjenkins_analysis</goals>
<aggregatorStyleBuild>true</aggregatorStyleBuild>
<incrementalBuild>false</incrementalBuild>
<ignoreUpstremChanges>false</ignoreUpstremChanges>
......@@ -100,7 +100,7 @@
</reporters>
<publishers/>
<buildWrappers>
<hudson.plugins.timestamper.TimestamperBuildWrapper plugin="timestamper@1.8.10"/>
<hudson.plugins.timestamper.TimestamperBuildWrapper plugin="timestamper@1.11"/>
</buildWrappers>
<prebuilders/>
<postbuilders/>
......
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