I can’t find anything super obvious from a quick glance at the code. Can you enable logging for: hudson.plugins.performance
Maybe it will show us how it’s evaluating whether there’s previous results or not. Looks like the class where we might find what’s happening might be https://github.com/jenkinsci/performance-plugin/blob/master/src/main/java/hudson/plugins/performance/PerformancePublisher.java On Mon, Aug 6, 2018 at 04:21 Ajith Raman <[email protected]> wrote: > Hi Jan, > > Thank you very much for the response. The plug-in used is Performance.hpi > (version - 2.1). > > Regards, > Ajith > > On Sunday, 5 August 2018 09:20:27 UTC+5:30, Jan Monterrubio wrote: >> >> What plugin is generating the performance trends? >> >> On Fri, Aug 3, 2018 at 3:06 PM Ajith Raman <[email protected]> wrote: >> >>> Hello, >>> I run a Jmeter test via Jenkins. Please find below the commands used: >>> Execute Windows Batch command (Build): cd >>> C:\Users\C51539A\Downloads\apache-jmeter-4.0\bin jmeter >>> -Jjmeter.save.saveservice.output_format=csv -n -t Sample_Framework.jmx -l >>> TestResults_%BUILD_NUMBER%.jtl -e -o >>> C:\Users\C51539A\Downloads\apache-jmeter-4.0\bin\HTML_%BUILD_NUMBER% >>> Publish Performance Test result report (Post-Build Actions): >>> C:\Users\C51539A\Downloads\apache-jmeter-4.0\bin\TestResults_${BUILD_NUMBER}.jtl >>> Now the execution completes successfully. But the Performance Trend Graphs >>> are blank. Could you please help me on this? Note: All works fine, when >>> _${BUILD_NUMBER} is removed from the filename. Issue exists, only when >>> _${BUILD_NUMBER} is appended to the filename. Am performing this, in order >>> to make the output files unique. >>> Thanks in Advance!! >>> >>> -- >>> You received this message because you are subscribed to the Google >>> Groups "Jenkins Users" group. >>> To unsubscribe from this group and stop receiving emails from it, send >>> an email to [email protected]. >>> To view this discussion on the web visit >>> https://groups.google.com/d/msgid/jenkinsci-users/f87297df-97b4-4fe1-a857-c802dfcd225e%40googlegroups.com >>> <https://groups.google.com/d/msgid/jenkinsci-users/f87297df-97b4-4fe1-a857-c802dfcd225e%40googlegroups.com?utm_medium=email&utm_source=footer> >>> . >>> For more options, visit https://groups.google.com/d/optout. >>> >> -- > You received this message because you are subscribed to the Google Groups > "Jenkins Users" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To view this discussion on the web visit > https://groups.google.com/d/msgid/jenkinsci-users/abe428d3-c392-4b24-b10c-7bd9c5cabc34%40googlegroups.com > <https://groups.google.com/d/msgid/jenkinsci-users/abe428d3-c392-4b24-b10c-7bd9c5cabc34%40googlegroups.com?utm_medium=email&utm_source=footer> > . > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-users/CADgiF9JPAM60HiMEehhSjDShtin_0CNVzC8u1E3fAoOT0BuJbg%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
