jmeter [SOLVED] Hello. I just installed the JMeter plugin for Jenkins and...

  • perf-test.com need your contributions to build up a strong repository of performance engineering resources.

A

Andrei Petcu

Guest
[SOLVED] Hello. I just installed the JMeter plugin for Jenkins and the build seems to work, it runs the "jmeter/bin/jmeter.sh -n -t uwezo-load-test.jmx -l ../jmeter_test_result.jtl" command and the jmeter_test_result.jtl file is generated but I cannot see any data in the performance report in jenkins. Here is a print screen. Do you have any clue how I can troubleshoot this? Thank you!
 
try to execute your jmeter_test_result.jtl and observe the result. I think Jmeter is calling internally Jenkins jobs and executing the same , i guess that's why u didn't see any performance report. But you can see you test result by executing your jtl file as per your need.
 
Thank you Pranjal Prakash Srivastava but I managed to fix that. JMeter worked fine from the command line. The problem was that I did not get any "jmeter.log" generated so I added from the JMeter UI a new SummaryReport to the Thread Group. This is the command I run "jmeter/bin/jmeter.sh -n -t uwezo-load-test.jmx -l ../jmeter_test_result.jtl" It works now