I'm trying to run MQTT test using JMeter on Jenkins. I've integrated maven and used Github repository to run the script. The problem is when i try to run a simple API test, jenkins automatically creates a .jtl file(provided that i've added post build action) In case of MQTT test script, Jenkins Build is successful but the test fails showing this error " no JMeter files matching '*.jtl' have been found.". Why is it so???
1 Answers
0
votes
- Do you use Jenkins performance plugin? If not you should do it.
- Do you run JMeter in the Non GUI mode? If not you have to. In this article how to run JMeter with jenkins you'll find step by step guide for Jenkins configuration for launching JMeter tests.