Krystian Nowak edited a comment on Bug JENKINS-9896

I was also able to confirm - e.g. if jtl files produced in target/jmeter/results e.g. by jmeter-maven-plugin (http://wiki.apache.org/jmeter/JMeterMavenPlugin or https://github.com/Ronnie76er/jmeter-maven-plugin) are in form of NAME-DDMMYY.jtl e.g. my-nice-test-130103.jtl, then the results are grouped by the whole filename and then only results for given day are taken into account for given graph/chart.

Here goes the workaround - http://ribblescode.wordpress.com/2012/04/16/how-to-automate-jmeter-tests-with-maven-and-jenkins-hudson-8/ in section Fix the project:

<configuration>
  <testResultsTimestamp>false</testResultsTimestamp>
</configuration>

in plugin's configuration

This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to