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

20140144: Job [Form_Analysis] configuration updated

Change performed by ·¨¼y°ó
parent e8935257
<?xml version='1.1' encoding='UTF-8'?> <?xml version='1.1' encoding='UTF-8'?>
<maven2-moduleset plugin="maven-plugin@3.1.2"> <maven2-moduleset plugin="maven-plugin@3.2">
<actions/> <actions/>
<description>專案描述 : 問卷設計系統&#xd; <description>專案描述 : 問卷設計系統&#xd;
SonarQbue 流程如下&#xd; SonarQbue 流程如下&#xd;
...@@ -7,7 +7,15 @@ SonarQbue 流程如下&#xd; ...@@ -7,7 +7,15 @@ SonarQbue 流程如下&#xd;
2. Dependency Check third party library.</description> 2. Dependency Check third party library.</description>
<keepDependencies>false</keepDependencies> <keepDependencies>false</keepDependencies>
<properties> <properties>
<com.dabsquared.gitlabjenkins.connection.GitLabConnectionProperty plugin="gitlab-plugin@1.5.10"> <jenkins.model.BuildDiscarderProperty>
<strategy class="hudson.tasks.LogRotator">
<daysToKeep>-1</daysToKeep>
<numToKeep>5</numToKeep>
<artifactDaysToKeep>-1</artifactDaysToKeep>
<artifactNumToKeep>-1</artifactNumToKeep>
</strategy>
</jenkins.model.BuildDiscarderProperty>
<com.dabsquared.gitlabjenkins.connection.GitLabConnectionProperty plugin="gitlab-plugin@1.5.11">
<gitLabConnection>ylhealth</gitLabConnection> <gitLabConnection>ylhealth</gitLabConnection>
</com.dabsquared.gitlabjenkins.connection.GitLabConnectionProperty> </com.dabsquared.gitlabjenkins.connection.GitLabConnectionProperty>
<hudson.model.ParametersDefinitionProperty> <hudson.model.ParametersDefinitionProperty>
...@@ -20,14 +28,6 @@ SonarQbue 流程如下&#xd; ...@@ -20,14 +28,6 @@ SonarQbue 流程如下&#xd;
</hudson.model.StringParameterDefinition> </hudson.model.StringParameterDefinition>
</parameterDefinitions> </parameterDefinitions>
</hudson.model.ParametersDefinitionProperty> </hudson.model.ParametersDefinitionProperty>
<jenkins.model.BuildDiscarderProperty>
<strategy class="hudson.tasks.LogRotator">
<daysToKeep>1</daysToKeep>
<numToKeep>3</numToKeep>
<artifactDaysToKeep>-1</artifactDaysToKeep>
<artifactNumToKeep>-1</artifactNumToKeep>
</strategy>
</jenkins.model.BuildDiscarderProperty>
</properties> </properties>
<scm class="hudson.plugins.git.GitSCM" plugin="git@3.9.1"> <scm class="hudson.plugins.git.GitSCM" plugin="git@3.9.1">
<configVersion>2</configVersion> <configVersion>2</configVersion>
...@@ -46,8 +46,7 @@ SonarQbue 流程如下&#xd; ...@@ -46,8 +46,7 @@ SonarQbue 流程如下&#xd;
<submoduleCfg class="list"/> <submoduleCfg class="list"/>
<extensions/> <extensions/>
</scm> </scm>
<assignedNode>&quot;SonarQube Server&quot;</assignedNode> <canRoam>true</canRoam>
<canRoam>false</canRoam>
<disabled>false</disabled> <disabled>false</disabled>
<blockBuildWhenDownstreamBuilding>false</blockBuildWhenDownstreamBuilding> <blockBuildWhenDownstreamBuilding>false</blockBuildWhenDownstreamBuilding>
<blockBuildWhenUpstreamBuilding>false</blockBuildWhenUpstreamBuilding> <blockBuildWhenUpstreamBuilding>false</blockBuildWhenUpstreamBuilding>
...@@ -83,7 +82,7 @@ SonarQbue 流程如下&#xd; ...@@ -83,7 +82,7 @@ SonarQbue 流程如下&#xd;
</hudson.maven.reporters.MavenMailer> </hudson.maven.reporters.MavenMailer>
</reporters> </reporters>
<publishers> <publishers>
<org.jenkinsci.plugins.DependencyCheck.DependencyCheckPublisher plugin="dependency-check-jenkins-plugin@3.3.2"> <org.jenkinsci.plugins.DependencyCheck.DependencyCheckPublisher plugin="dependency-check-jenkins-plugin@4.0.2">
<healthy></healthy> <healthy></healthy>
<unHealthy></unHealthy> <unHealthy></unHealthy>
<thresholdLimit>low</thresholdLimit> <thresholdLimit>low</thresholdLimit>
...@@ -118,7 +117,7 @@ SonarQbue 流程如下&#xd; ...@@ -118,7 +117,7 @@ SonarQbue 流程如下&#xd;
</org.jenkinsci.plugins.DependencyCheck.DependencyCheckPublisher> </org.jenkinsci.plugins.DependencyCheck.DependencyCheckPublisher>
</publishers> </publishers>
<buildWrappers> <buildWrappers>
<hudson.plugins.ws__cleanup.PreBuildCleanup plugin="ws-cleanup@0.36"> <hudson.plugins.ws__cleanup.PreBuildCleanup plugin="ws-cleanup@0.37">
<deleteDirs>false</deleteDirs> <deleteDirs>false</deleteDirs>
<cleanupParameter></cleanupParameter> <cleanupParameter></cleanupParameter>
<externalDelete></externalDelete> <externalDelete></externalDelete>
......
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