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

6 views
Skip to first unread message

jatinmehta.jm@gmail.com (JIRA)

unread,
Jul 9, 2019, 2:54:02 PM7/9/19
to jenkinsc...@googlegroups.com
Jatin Mehta created an issue
 
Jenkins / Bug JENKINS-58410
Plot plugin csv file not getting created in project root directory
Issue Type: Bug Bug
Assignee: Veaceslav Gaidarji
Components: plot-plugin
Created: 2019-07-09 18:53
Environment: Jenkins 2.176.1, Linux version 2.6.32-696.18.7.el6.x86_64 (mock...@c1bl.rdu2.centos.org) (gcc version 4.4.7 20120313 (Red Hat 4.4.7-18) (GCC) ), plot plugin 2.1.1
Labels: pipeline user-experience configuration csvFileName plot
Priority: Minor Minor
Reporter: Jatin Mehta

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: 'HAThroughput_Plots', keepRecords: true, //latest data point propertiesSeries: [[file: 'yyyReport.properties', label: '']], style: 'line', title: 'yyy_Plot', yaxis: 'abc', yaxisMaximum: '20', yaxisMinimum: '0'

 

Add Comment Add Comment
 
This message was sent by Atlassian Jira (v7.11.2#711002-sha1:fdc329d)

jatinmehta.jm@gmail.com (JIRA)

unread,
Jul 9, 2019, 2:55:02 PM7/9/19
to jenkinsc...@googlegroups.com

jatinmehta.jm@gmail.com (JIRA)

unread,
Jul 9, 2019, 2:55:05 PM7/9/19
to jenkinsc...@googlegroups.com
Jatin Mehta updated an issue
From the [plugin wiki|https://wiki.jenkins.io/display/JENKINS/Plot+Plugin]: {{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:
{code:java}
plot csvFileName: '$WORKSPACE/xxx.csv',group: '
HAThroughput_Plots yyy_Plots ', keepRecords: true, //latest data point propertiesSeries: [[file: 'yyyReport.properties', label: '']], style: 'line', title: 'yyy_Plot', yaxis: 'abc', yaxisMaximum: '20', yaxisMinimum: '0'
{code}
 
Reply all
Reply to author
Forward
0 new messages