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

20170121: Job [HRB_APP_Commit_Build] configuration updated

Change performed by §N¨ήS
parent 869a325e
......@@ -31,7 +31,7 @@ Jenkins will send email to RD Team if build fails.</description>
</userRemoteConfigs>
<branches>
<hudson.plugins.git.BranchSpec>
<name>origin/${gitlabSourceBranch}</name>
<name>develop</name>
</hudson.plugins.git.BranchSpec>
</branches>
<doGenerateSubmoduleConfigurations>false</doGenerateSubmoduleConfigurations>
......@@ -63,25 +63,20 @@ Jenkins will send email to RD Team if build fails.</description>
<excludeBranchesSpec></excludeBranchesSpec>
<sourceBranchRegex>(.*release.*|.*hotfix.*|.*develop|.*master)</sourceBranchRegex>
<targetBranchRegex></targetBranchRegex>
<secretToken>{AQAAABAAAAAQ6rFWYj73WK4Dk1ydBMqOL+osZ26cvc0o66RHda+BXSg=}</secretToken>
<secretToken>{AQAAABAAAAAQOWG138LyDlzsNOkwf4VcngJKesFwnZvSqzefJtqP9F8=}</secretToken>
<pendingBuildName></pendingBuildName>
<cancelPendingBuildsOnUpdate>false</cancelPendingBuildsOnUpdate>
</com.dabsquared.gitlabjenkins.GitLabPushTrigger>
</triggers>
<concurrentBuild>false</concurrentBuild>
<builders>
<hudson.tasks.Maven>
<targets>clean package cobertura:cobertura -Dcobertura.report.format=xml</targets>
<mavenName>Maven_3.39</mavenName>
<usePrivateRepository>false</usePrivateRepository>
<settings class="jenkins.mvn.DefaultSettingsProvider"/>
<globalSettings class="jenkins.mvn.DefaultGlobalSettingsProvider"/>
<injectBuildVariables>true</injectBuildVariables>
</hudson.tasks.Maven>
<hudson.tasks.Shell>
<command>npm run test</command>
</hudson.tasks.Shell>
</builders>
<publishers>
<hudson.plugins.cobertura.CoberturaPublisher plugin="cobertura@1.13">
<coberturaReportFile>**/target/site/cobertura/coverage.xml</coberturaReportFile>
<coberturaReportFile>coverage/coverage.xml</coberturaReportFile>
<onlyStable>false</onlyStable>
<failUnhealthy>false</failUnhealthy>
<failUnstable>false</failUnstable>
......@@ -132,7 +127,7 @@ Jenkins will send email to RD Team if build fails.</description>
<enableNewApi>false</enableNewApi>
</hudson.plugins.cobertura.CoberturaPublisher>
<hudson.tasks.junit.JUnitResultArchiver plugin="junit@1.27">
<testResults>**/target/surefire-reports/*.xml</testResults>
<testResults>coverage/junit.xml</testResults>
<keepLongStdio>false</keepLongStdio>
<healthScaleFactor>1.0</healthScaleFactor>
<allowEmptyResults>false</allowEmptyResults>
......
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