Commit 4dd320f6 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 d3d8aba2
......@@ -53,7 +53,7 @@ npm run test</command>
</builders>
<publishers>
<hudson.plugins.cobertura.CoberturaPublisher plugin="cobertura@1.13">
<coberturaReportFile>output/coverage/jest/coverage.xml</coberturaReportFile>
<coberturaReportFile>**/output/coverage/jest/coverage.xml</coberturaReportFile>
<onlyStable>false</onlyStable>
<failUnhealthy>false</failUnhealthy>
<failUnstable>false</failUnstable>
......@@ -104,7 +104,7 @@ npm run test</command>
<enableNewApi>false</enableNewApi>
</hudson.plugins.cobertura.CoberturaPublisher>
<hudson.tasks.junit.JUnitResultArchiver plugin="junit@1.27">
<testResults>output/coverage/junit/junit.xml</testResults>
<testResults>**/output/coverage/junit/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