jenkins-job-builder/tests/publishers/fixtures/plot004.yaml
Somay Jain e6714f92af Support for more configurable options in Plots Plugin
* Added support for excluding default zero value from yaxis
* Added support for using logarithmic scale in the yaxis

Change-Id: Ie489a7dd934c6191add6e7108a510aac93d52f48
2015-06-06 01:00:27 +05:30

33 lines
790 B
YAML

publishers:
- plot:
- title: MyPlot
yaxis: Y
csv-file-name: myplot.csv
group: PlotGroup
num-builds: ''
style: line
exclude-zero-yaxis: true
logarithmic-yaxis: true
use-description: false
series:
- file: graph-me-second.properties
label: MyLabel
format: properties
- file: graph-me-first.csv
url: 'http://srv1'
inclusion-flag: 'off'
display-table: true
format: csv
- title: MyPlot2
yaxis: Y
csv-file-name: myplot2.csv
group: PlotGroup
style: line
use-description: false
series:
- file: graph-me-third.xml
url: 'http://srv2'
format: xml
xpath-type: 'node'
xpath: '/*'