Hello All, 

I am trying to render plot (Load from CSV) in the jenkins pipeline job 
(scripted pipeline job) . But it showing empty plot . 
Can anyone please provide the exact right  *pipeline syntax *for the Plot .

I have also tried the below format to plot the build data from CSV.  Can 
anyone provide the right syntax to get this done.

plot csvFileName: 'plot-8e54e334-ab7b-4c9f-94f7-b9d8965723df.csv',
        csvSeries: [[
                            file: 'data.csv',
                            exclusionValues: '',
                            displayTableFlag: false,
                            inclusionFlag: 'OFF',
                            url: '']],
        group: 'Plot Group',
        title: 'Plot Title',
        style: 'line',
        exclZero: false,
        keepRecords: false,
        logarithmic: false,
        numBuilds: '',
        useDescr: false,
        yaxis: '',
        yaxisMaximum: '',
        yaxisMinimum: ''

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/d93936e8-2047-4100-a5b0-6b8ff9c1943f%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to