jenkins-job-builder/tests/publishers/fixtures/performance001.xml

18 lines
627 B
XML

<?xml version="1.0" encoding="utf-8"?>
<project>
<publishers>
<hudson.plugins.performance.PerformancePublisher>
<errorFailedThreshold>85</errorFailedThreshold>
<errorUnstableThreshold>-1</errorUnstableThreshold>
<parsers>
<hudson.plugins.performance.JMeterParser>
<glob>/special/file.jtl</glob>
</hudson.plugins.performance.JMeterParser>
<hudson.plugins.performance.JUnitParser>
<glob>/special/file.xml</glob>
</hudson.plugins.performance.JUnitParser>
</parsers>
</hudson.plugins.performance.PerformancePublisher>
</publishers>
</project>