jenkinsci / jenkinsci/plot-plugin

[JENKINS-58410] Plot plugin csv file not getting created in project root directory

Open
#299 0 comments 0 reactions 0 assignees View on GitHub
component:plot-plugin imported-jira-issue pipeline priority:major resolution:unresolved ux
Dominant language
Java
Stars
62
Forks
93
Avg merge
1d 17h
Merged PRs (30d)
1

Description

From the plugin wikicsvFileName (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'


 

---
Originally reported by j1mehta, imported from: Plot plugin csv file not getting created in project root directory


  • assignee: vgaidarji
  • status: Open
  • priority: Major
  • component(s): plot-plugin
  • label(s): configuration, csvFileName, pipeline, plot, user-experience
  • resolution: Unresolved
  • votes: 0
  • watchers: 1
  • imported: 20260512-210953

Raw content of original issue

From the plugin wikicsvFileName (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'



 

  • environment: 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

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.