Plot plugin csv file not getting created in project root directory

XMLWordPrintable

      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'
      

      Ā 

            Assignee:
            Veaceslav Gaidarji
            Reporter:
            Jatin Mehta
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated: