[JIRA] (JENKINS-58433) Plot plugin doesn't display data points from previous builds in case of multiple .properties files

2019-07-10 Thread jatinmehta...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Jatin Mehta created an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-58433  
 
 
  Plot plugin doesn't display data points from previous builds in case of multiple .properties files   
 

  
 
 
 
 

 
Issue Type: 
  Bug  
 
 
Assignee: 
 Veaceslav Gaidarji  
 
 
Components: 
 plot-plugin  
 
 
Created: 
 2019-07-10 18:59  
 
 
Environment: 
 Plot plugin 2.1.1, Jenkins ver. 2.176.1, Chrome  
 
 
Priority: 
  Major  
 
 
Reporter: 
 Jatin Mehta  
 

  
 
 
 
 

 
 If a single properties file is provided, previous builds data points are shown. Below is the snippet   

 

plot csvFileName: '$WORKSPACE/Throughput_all_plots.csv',
group: 'Throughput_Plots',
keepRecords: true,
//latest data point
propertiesSeries: [[file: 'DRThroughputTestReport.properties', label: 'DR_Throughput']],
numBuilds: '10',
style: 'line',
title: 'Throughput_Plot',
yaxis: 'RedoLogThroughput(MBps)',
yaxisMaximum: '20',
yaxisMinimum: '0'
 

 But in case of two of them, it only shows current build's data point  

 

plot csvFileName: '$WORKSPACE/Throughput_all_plots.csv',
group: 'Throughput_Plots',
keepRecords: true,
propertiesSeries: [[file: 'DRThroughputTestReport.properties', label: 

[JIRA] (JENKINS-30231) Build creates second workspace@2 for non-concurrent build configuration

2019-07-10 Thread jatinmehta...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Jatin Mehta edited a comment on  JENKINS-30231  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Build creates second workspace@2 for non-concurrent build configuration   
 

  
 
 
 
 

 
 [~kamil02], I don't have admin access to restart Jenkins master. Besides, thats only a temporary workaround. If this was a permanent solution, it shouldn't have cropped up for a new project (or same project with its name changed for that matter). It is still a bug. Will try to come up with a more consistent way to produce it.   
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

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

  
 

   





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


[JIRA] (JENKINS-30231) Build creates second workspace@2 for non-concurrent build configuration

2019-07-10 Thread jatinmehta...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Jatin Mehta commented on  JENKINS-30231  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Build creates second workspace@2 for non-concurrent build configuration   
 

  
 
 
 
 

 
 I don't have admin access to restart Jenkins master. Besides, thats only a temporary workaround. If this was a permanent solution, it shouldn't have cropped up for a new project (or same project with its name changed for that matter). It is still a bug. Will try to come up with a more consistent way to produce it.   
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

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

  
 

   





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


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

2019-07-09 Thread jatinmehta...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Jatin Mehta updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-58410  
 
 
  Plot plugin csv file not getting created in project root directory   
 

  
 
 
 
 

 
Change By: 
 Jatin Mehta  
 

  
 
 
 
 

 
 From the [plugin wiki|https://wiki.jenkins.io/display/JENKINS/Plot+Plugin]: {{csvFileName (string, default: "$ROOT_DIR/plot-.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}   
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

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

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
To view this discussion on the web visit 

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

2019-07-09 Thread jatinmehta...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Jatin Mehta updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-58410  
 
 
  Plot plugin csv file not getting created in project root directory   
 

  
 
 
 
 

 
Change By: 
 Jatin Mehta  
 
 
Priority: 
 Minor Major  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

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

  
 

   





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


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

2019-07-09 Thread jatinmehta...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Jatin Mehta created an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-58410  
 
 
  Plot plugin csv file not getting created in project root directory   
 

  
 
 
 
 

 
Issue Type: 
  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 (mockbu...@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  
 
 
Reporter: 
 Jatin Mehta  
 

  
 
 
 
 

 
 From the plugin wiki: csvFileName (string, default: "$ROOT_DIR/plot-.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'
 

    
 
  

[JIRA] (JENKINS-30231) Build creates second workspace@2 for non-concurrent build configuration

2019-07-09 Thread jatinmehta...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Jatin Mehta commented on  JENKINS-30231  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Build creates second workspace@2 for non-concurrent build configuration   
 

  
 
 
 
 

 
 Hi Kamil Szuster. I tried that too. With every new build, my Jenkinsfile removes the previous build's workspace.  Now, even if I remove the original workspace by hand, in the next build, it still goes on to create the workspace with an @2 suffix. Not sure if Jenkins caches the data (that a workspace xyz was present once upon a time on this node) using which it creates the new workspace (xyz@2)  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

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

  
 

   





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


[JIRA] (JENKINS-30231) Build creates second workspace@2 for non-concurrent build configuration

2019-07-09 Thread jatinmehta...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Jatin Mehta edited a comment on  JENKINS-30231  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Build creates second workspace@2 for non-concurrent build configuration   
 

  
 
 
 
 

 
 [~dnusbaum], thank you for the reply. Makes sense, will do that. However, it will take some time since this problem occurs in a Jenkins environment of which I am not an admin and would need to replicate it locally. Meanwhile, if I could get any pointers, that would be great.  EDIT: It doesn't get reproduced right away. It starts occurring only after several builds and hence is kinda hard to reproduce.  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

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

  
 

   





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


[JIRA] (JENKINS-30231) Build creates second workspace@2 for non-concurrent build configuration

2019-07-09 Thread jatinmehta...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Jatin Mehta commented on  JENKINS-30231  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Build creates second workspace@2 for non-concurrent build configuration   
 

  
 
 
 
 

 
 Devin Nusbaum, thank you for the reply. Makes sense, will do that. However, it will take some time since this problem occurs in a Jenkins environment of which I am not an admin and would need to replicate it locally. Meanwhile, if I could get any pointers, that would be great.  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

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

  
 

   





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


[JIRA] (JENKINS-30231) Build creates second workspace@2 for non-concurrent build configuration

2019-07-09 Thread jatinmehta...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Jatin Mehta commented on  JENKINS-30231  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Build creates second workspace@2 for non-concurrent build configuration   
 

  
 
 
 
 

 
 This issue is also seen in Jenkins ver 2.176.1. Jenkins is appending "@2" at the end of the workspace name for one of my nodes. This is causing the tests being run by the pipeline to fail since they look for files in a configured workspace name without the suffix @2. Jenkins seems to do that to prevent mishaps during concurrent builds but this happens for me even when I check Do not allow concurrent builds in the pipeline configuration. Is this new behavior due to a Jenkins version upgrade? Do we have any workarounds? I changed the project name that prevented it from happening but it came up again today. Can't keep changing project name to new ones. Please help!  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

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

  
 

   





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