604d39305b
Fixed problem that causes a UnicodeEncodeError when use multi-byte characters in the job.yml. Change-Id: Ie715c827a794e73fae11cdca079ea80cfb8c280d
28 lines
840 B
XML
28 lines
840 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.XMLSeries>
|
|
<file>data.xml</file>
|
|
<url/>
|
|
<xpathString>/data/set[1]/values/*</xpathString>
|
|
<nodeTypeString>NODE</nodeTypeString>
|
|
<fileType>xml</fileType>
|
|
</hudson.plugins.plot.XMLSeries>
|
|
</series>
|
|
<group>bench</group>
|
|
<useDescr>false</useDescr>
|
|
<numBuilds/>
|
|
<style>line</style>
|
|
</hudson.plugins.plot.Plot>
|
|
</plots>
|
|
</hudson.plugins.plot.PlotPublisher>
|
|
</publishers>
|
|
</project>
|