-
Bug
-
Resolution: Unresolved
-
Major
-
Jenkins 2.176.1, Linux version 2.6.32-696.18.7.el6.x86_64 (mockbuild@c1bl.rdu2.centos.org) (gcc version 4.4.7 20120313 (Red Hat 4.4.7-18) (GCC) ), plot plugin 2.1.1
From the plugin wiki: csvFileName (string, default: "$ROOT_DIR/plot-XXXX.csv") The name of the CSV file that persists the plots data. The CSV file is stored in the projects root directory. This is different from the source CSVle that can be used as a source for the plot.
However, I don't see the csvFileName in root directory or anywhere in the workspace. I do see the CSVle file in the root of the workspace directory.
Here is the Jenkins snippet:
plot csvFileName: '$WORKSPACE/xxx.csv',group: 'yyy_Plots', keepRecords: true, //latest data point propertiesSeries: [[file: 'yyyReport.properties', label: '']], style: 'line', title: 'yyy_Plot', yaxis: 'abc', yaxisMaximum: '20', yaxisMinimum: '0'