[JIRA] (JENKINS-54181) Performance Plugin - Performance report displayed incorrect when compare Reports with Build number

2018-11-01 Thread 895943...@qq.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Liu Wang commented on  JENKINS-54181  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Performance Plugin - Performance report displayed incorrect when compare Reports with Build number   
 

  
 
 
 
 

 
 Artem Fedorov Thanks for your help, I will try to update the plugin when v3.13 is released.  
 

  
 
 
 
 

 
 
 

 
 
 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.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-54181) Performance Plugin - Performance report displayed incorrect when compare Reports with Build number

2018-10-30 Thread 895943...@qq.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Liu Wang commented on  JENKINS-54181  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Performance Plugin - Performance report displayed incorrect when compare Reports with Build number   
 

  
 
 
 
 

 
 Hi Artem Fedorov, Is there any update for this issue?  
 

  
 
 
 
 

 
 
 

 
 
 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.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-54181) Performance Plugin - Performance report displayed incorrect when compare Reports with Build number

2018-10-22 Thread 895943...@qq.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Liu Wang commented on  JENKINS-54181  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Performance Plugin - Performance report displayed incorrect when compare Reports with Build number   
 

  
 
 
 
 

 
 Thank you very much for your help, looking forward to your good news.  
 

  
 
 
 
 

 
 
 

 
 
 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.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-54181) Performance Plugin - Performance report displayed incorrect when compare Reports with Build number

2018-10-22 Thread 895943...@qq.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Liu Wang commented on  JENKINS-54181  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Performance Plugin - Performance report displayed incorrect when compare Reports with Build number   
 

  
 
 
 
 

 
 

 

 if (env.COMPARED_NUMBER == '') {
echo "Compare with Previous Successful Number"
perfReport compareBuildPrevious: true, modeOfThreshold: true, percentiles: '0,50,90,100', relativeFailedThresholdNegative: 20.0,
	relativeFailedThresholdPositive: 15.0, relativeUnstableThresholdNegative: 10.0, relativeUnstableThresholdPositive: 10.0,
	sourceDataFiles: 'independence-solution-loadtests-'+version+'.'+buildNum+'/report/result.jtl'
  } else {
echo "Compare with Specific Number ${env.COMPARED_NUMBER}"
def compareNum = sh(script: "echo ${env.COMPARED_NUMBER}", returnStdout: true).toInteger()
perfReport modeOfThreshold: true, nthBuildNumber: compareNum, percentiles: '0,50,90,100', relativeFailedThresholdNegative: 20.0,
relativeFailedThresholdPositive: 15.0, relativeUnstableThresholdNegative: 10.0, relativeUnstableThresholdPositive: 10.0,
sourceDataFiles: 'independence-solution-loadtests-'+version+'.'+buildNum+'/report/result.jtl'
  }
  
  echo currentBuild.result
  if (currentBuild.result == 'UNSTABLE' || currentBuild.result == 'FAILURE') {
emailext body: '${JELLY_SCRIPT, template="html-with-health-and-console"}', subject: "Build failed: ${env.JOB_NAME}", to: '${DEFAULT_RECIPIENTS}', replyTo: 'no-re...@kingland.com', mimeType: 'text/html';
  }
 

 I added the codes that configuration of performance report in jenkinsfile.  
 

  
 
 
 
 

 
 
 

 
 
 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 

[JIRA] (JENKINS-54181) Performance Plugin - Performance report displayed incorrect when compare Reports with Build number

2018-10-22 Thread 895943...@qq.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Liu Wang updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-54181  
 
 
  Performance Plugin - Performance report displayed incorrect when compare Reports with Build number   
 

  
 
 
 
 

 
Change By: 
 Liu Wang  
 
 
Attachment: 
 Console-53.PNG  
 

  
 
 
 
 

 
 
 

 
 
 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.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-54181) Performance Plugin - Performance report displayed incorrect when compare Reports with Build number

2018-10-22 Thread 895943...@qq.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Liu Wang updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-54181  
 
 
  Performance Plugin - Performance report displayed incorrect when compare Reports with Build number   
 

  
 
 
 
 

 
Change By: 
 Liu Wang  
 
 
Attachment: 
 Console-53.PNG  
 

  
 
 
 
 

 
 
 

 
 
 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.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-54181) Performance Plugin - Performance report displayed incorrect when compare Reports with Build number

2018-10-22 Thread 895943...@qq.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Liu Wang updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-54181  
 
 
  Performance Plugin - Performance report displayed incorrect when compare Reports with Build number   
 

  
 
 
 
 

 
Change By: 
 Liu Wang  
 
 
Attachment: 
 Console-55.PNG  
 

  
 
 
 
 

 
 
 

 
 
 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.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-54181) Performance Plugin - Performance report displayed incorrect when compare Reports with Build number

2018-10-22 Thread 895943...@qq.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Liu Wang updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-54181  
 
 
  Performance Plugin - Performance report displayed incorrect when compare Reports with Build number   
 

  
 
 
 
 

 
Change By: 
 Liu Wang  
 
 
Attachment: 
 Console-55.PNG  
 

  
 
 
 
 

 
 
 

 
 
 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.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-54181) Performance Plugin - Performance report displayed incorrect when compare Reports with Build number

2018-10-22 Thread 895943...@qq.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Liu Wang updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-54181  
 
 
  Performance Plugin - Performance report displayed incorrect when compare Reports with Build number   
 

  
 
 
 
 

 
Change By: 
 Liu Wang  
 
 
Attachment: 
 Console-55.PNG  
 

  
 
 
 
 

 
 
 

 
 
 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.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-54181) Performance Plugin - Performance report displayed incorrect when compare Reports with Build number

2018-10-22 Thread 895943...@qq.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Liu Wang updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-54181  
 
 
  Performance Plugin - Performance report displayed incorrect when compare Reports with Build number   
 

  
 
 
 
 

 
Change By: 
 Liu Wang  
 
 
Attachment: 
 Console-53.PNG  
 

  
 
 
 
 

 
 
 

 
 
 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.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-54181) Performance Plugin - Performance report displayed incorrect when compare Reports with Build number

2018-10-22 Thread 895943...@qq.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Liu Wang commented on  JENKINS-54181  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Performance Plugin - Performance report displayed incorrect when compare Reports with Build number   
 

  
 
 
 
 

 
 55 build is also compared with 53 build, but performance report shows it always comparing with the previous build(#54) based on Average response time. Although the build of 54 is aborted.  
 

  
 
 
 
 

 
 
 

 
 
 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.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-54181) Performance Plugin - Performance report displayed incorrect when compare Reports with Build number

2018-10-22 Thread 895943...@qq.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Liu Wang updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-54181  
 
 
  Performance Plugin - Performance report displayed incorrect when compare Reports with Build number   
 

  
 
 
 
 

 
Change By: 
 Liu Wang  
 
 
Attachment: 
 BuildHistory.PNG  
 

  
 
 
 
 

 
 
 

 
 
 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.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-54181) Performance Plugin - Performance report displayed incorrect when compare Reports with Build number

2018-10-22 Thread 895943...@qq.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Liu Wang updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-54181  
 
 
  Performance Plugin - Performance report displayed incorrect when compare Reports with Build number   
 

  
 
 
 
 

 
Change By: 
 Liu Wang  
 
 
Attachment: 
 Build history.PNG  
 

  
 
 
 
 

 
 
 

 
 
 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.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-54181) Performance Plugin - Performance report displayed incorrect when compare Reports with Build number

2018-10-22 Thread 895943...@qq.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Liu Wang updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-54181  
 
 
  Performance Plugin - Performance report displayed incorrect when compare Reports with Build number   
 

  
 
 
 
 

 
Change By: 
 Liu Wang  
 
 
Attachment: 
 Build history.PNG  
 

  
 
 
 
 

 
 
 

 
 
 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.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-54181) Performance Plugin - Performance report displayed incorrect when compare Reports with Build number

2018-10-22 Thread 895943...@qq.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Liu Wang updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-54181  
 
 
  Performance Plugin - Performance report displayed incorrect when compare Reports with Build number   
 

  
 
 
 
 

 
Change By: 
 Liu Wang  
 
 
Attachment: 
 Console #55.PNG  
 

  
 
 
 
 

 
 
 

 
 
 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.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-54181) Performance Plugin - Performance report displayed incorrect when compare Reports with Build number

2018-10-22 Thread 895943...@qq.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Liu Wang commented on  JENKINS-54181  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Performance Plugin - Performance report displayed incorrect when compare Reports with Build number   
 

  
 
 
 
 

 
 Artem Fedorov I didn't find performance trend for 55 build, I attached the performance report of 55 build and the performance trend of this pipeline. Is there any information I need to provide?  
 

  
 
 
 
 

 
 
 

 
 
 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.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-54181) Performance Plugin - Performance report displayed incorrect when compare Reports with Build number

2018-10-22 Thread 895943...@qq.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Liu Wang updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-54181  
 
 
  Performance Plugin - Performance report displayed incorrect when compare Reports with Build number   
 

  
 
 
 
 

 
Change By: 
 Liu Wang  
 
 
Attachment: 
 Trend.PNG  
 

  
 
 
 
 

 
 
 

 
 
 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.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-54181) Performance Plugin - Performance report displayed incorrect when compare Reports with Build number

2018-10-22 Thread 895943...@qq.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Liu Wang updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-54181  
 
 
  Performance Plugin - Performance report displayed incorrect when compare Reports with Build number   
 

  
 
 
 
 

 
Change By: 
 Liu Wang  
 
 
Attachment: 
 Result #55.png  
 

  
 
 
 
 

 
 
 

 
 
 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.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-54181) Performance Plugin - Performance report displayed incorrect when compare Reports with Build number

2018-10-22 Thread 895943...@qq.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Liu Wang updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-54181  
 
 
  Performance Plugin - Performance report displayed incorrect when compare Reports with Build number   
 

  
 
 
 
 

 
Change By: 
 Liu Wang  
 
 
Attachment: 
 Result #53.png  
 

  
 
 
 
 

 
 
 

 
 
 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.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-54181) Performance Plugin - Performance report displayed incorrect when compare Reports with Build number

2018-10-22 Thread 895943...@qq.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Liu Wang updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-54181  
 
 
  Performance Plugin - Performance report displayed incorrect when compare Reports with Build number   
 

  
 
 
 
 

 
Change By: 
 Liu Wang  
 
 
Attachment: 
 Result #56.png  
 

  
 
 
 
 

 
 
 

 
 
 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.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-54181) Performance Plugin - Performance report displayed incorrect when compare Reports with Build number

2018-10-22 Thread 895943...@qq.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Liu Wang updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-54181  
 
 
  Performance Plugin - Performance report displayed incorrect when compare Reports with Build number   
 

  
 
 
 
 

 
Change By: 
 Liu Wang  
 
 
Attachment: 
 Capture.PNG  
 

  
 
 
 
 

 
 
 

 
 
 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.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-54181) Performance Plugin - Performance report displayed incorrect when compare Reports with Build number

2018-10-22 Thread 895943...@qq.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Liu Wang updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-54181  
 
 
  Performance Plugin - Performance report displayed incorrect when compare Reports with Build number   
 

  
 
 
 
 

 
Change By: 
 Liu Wang  
 

  
 
 
 
 

 
 [~artem_fedorov]Jenkins ver:2.133Performance Plugin:3.11Compare reports with build number not working. Output: !Capture.PNG|width=678,height=275! I run build #56 and I waited compare with build #53,  look through  check  the log in jenkins console, it looks like correct to compare with #53. However when look performance report, it compares with the previous version #55.    !Result #56 I would like to confirm whether the number of changes shown in the report is related to the COMPARED_NUMBER in jenkins configuration . png|width=652,height=341!  And why the performance report is not consistent with jenkins log.   
 

  
 
 
 
 

 
 
 

 
 
 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.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-54181) Performance Plugin - Performance report displayed incorrect when compare Reports with Build number

2018-10-22 Thread 895943...@qq.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Liu Wang created an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-54181  
 
 
  Performance Plugin - Performance report displayed incorrect when compare Reports with Build number   
 

  
 
 
 
 

 
Issue Type: 
  Bug  
 
 
Assignee: 
 Andrey Pokhilko  
 
 
Components: 
 performance-plugin  
 
 
Created: 
 2018-10-22 09:48  
 
 
Priority: 
  Major  
 
 
Reporter: 
 Liu Wang  
 

  
 
 
 
 

 
 Artem Fedorov Jenkins ver:2.133 Performance Plugin:3.11 Compare reports with build number not working. Output:  I run build #56 and I waited compare with build #53, look through the log in jenkins console, it looks like correct to compare with #53. However when look performance report, it compares with the previous version #55.   
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 

[JIRA] (JENKINS-41818) Performance Plugin - Compare Reports with Build number not working

2018-10-22 Thread 895943...@qq.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Liu Wang updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-41818  
 
 
  Performance Plugin - Compare Reports with Build number not working   
 

  
 
 
 
 

 
Change By: 
 Liu Wang  
 
 
Attachment: 
 Result #56.png  
 

  
 
 
 
 

 
 
 

 
 
 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.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-41818) Performance Plugin - Compare Reports with Build number not working

2018-10-22 Thread 895943...@qq.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Liu Wang updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-41818  
 
 
  Performance Plugin - Compare Reports with Build number not working   
 

  
 
 
 
 

 
Change By: 
 Liu Wang  
 
 
Attachment: 
 Capture.PNG  
 

  
 
 
 
 

 
 
 

 
 
 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.
For more options, visit https://groups.google.com/d/optout.