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

29 lines
878 B
XML

<?xml version="1.0" encoding="utf-8"?>
<project>
<publishers>
<hudson.plugins.plot.PlotPublisher>
<plots>
<hudson.plugins.plot.Plot>
<title>Sample graph</title>
<yaxis/>
<csvFileName>persisted.csv</csvFileName>
<series>
<hudson.plugins.plot.PropertiesSeries>
<file>data.properties</file>
<label/>
<fileType>properties</fileType>
</hudson.plugins.plot.PropertiesSeries>
</series>
<group>bench</group>
<useDescr>false</useDescr>
<exclZero>false</exclZero>
<logarithmic>false</logarithmic>
<keepRecords>false</keepRecords>
<numBuilds/>
<style>line</style>
</hudson.plugins.plot.Plot>
</plots>
</hudson.plugins.plot.PlotPublisher>
</publishers>
</project>