0
votes

I'm using Jenkins job to run jmeter test plan. In my jmeter test plan I have "Results in Table" listener there is an option to save listener output to file and I'm using that option. But I can't specify correct path to see that output in Jenkins job's workspace.

How should I configure Jenkins job, or what path should I specify in jmeter listener to see my saved file in Jenkins job's workspace?

1

1 Answers

0
votes

I don't think Jenkins has any suitable plugin to display View Results in Table listener data.

There is Performance Plugin which can be used for JMeter test results visualization, check out Continuous Integration 101: How to Run JMeter With Jenkins article for details.