jenkins-job-builder/tests/publishers/fixtures/aggregate-flow-tests002.xml
Michal Vanco 33170e1d19
Support test trend graph in Build Flow Test Aggregator
Support for configurable test trend graph was added at version 1.2 of
https://wiki.jenkins-ci.org/display/JENKINS/Build+Flow+Test+Aggregator+Plugin.

Change-Id: I5d01fe839cfa4f685f36c3ca0d2418691c4b7ec9
2016-04-23 16:56:26 -04:00

9 lines
299 B
XML

<?xml version="1.0" encoding="utf-8"?>
<project>
<publishers>
<org.zeroturnaround.jenkins.flowbuildtestaggregator.FlowTestAggregator>
<showTestResultTrend>false</showTestResultTrend>
</org.zeroturnaround.jenkins.flowbuildtestaggregator.FlowTestAggregator>
</publishers>
</project>