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

52 lines
1.7 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<project>
<publishers>
<hudson.plugins.plot.PlotPublisher>
<plots>
<hudson.plugins.plot.Plot>
<title>MyPlot</title>
<yaxis>Y</yaxis>
<csvFileName>myplot.csv</csvFileName>
<series>
<hudson.plugins.plot.PropertiesSeries>
<file>graph-me-second.properties</file>
<label>MyLabel</label>
<fileType>properties</fileType>
</hudson.plugins.plot.PropertiesSeries>
<hudson.plugins.plot.CSVSeries>
<file>graph-me-first.csv</file>
<inclusionFlag>OFF</inclusionFlag>
<exclusionValues/>
<url>http://srv1</url>
<displayTableFlag>false</displayTableFlag>
<fileType>csv</fileType>
</hudson.plugins.plot.CSVSeries>
</series>
<group>PlotGroup</group>
<useDescr>false</useDescr>
<numBuilds/>
<style>line</style>
</hudson.plugins.plot.Plot>
<hudson.plugins.plot.Plot>
<title>MyPlot2</title>
<yaxis>Y</yaxis>
<csvFileName>myplot2.csv</csvFileName>
<series>
<hudson.plugins.plot.XMLSeries>
<file>graph-me-third.xml</file>
<url>http://srv2</url>
<xpathString>/*</xpathString>
<nodeTypeString>NODE</nodeTypeString>
<fileType>xml</fileType>
</hudson.plugins.plot.XMLSeries>
</series>
<group>PlotGroup</group>
<useDescr>false</useDescr>
<numBuilds/>
<style>line</style>
</hudson.plugins.plot.Plot>
</plots>
</hudson.plugins.plot.PlotPublisher>
</publishers>
</project>