How to run jmeter from jenkins
How to run jmeter from jenkins I am setting up jenkins job to run jmeter which is hosted in different host(jemter test setup is there and currently can be executed from terminal and need to setup jenkins job for same). SO far I have created a jenkins job and configured ssh-agent plugin and I am able to run "ssh host_name" command from my jenkins job and getting response. I am stuck and not sure how I can write shell script in my jenkins job to ssh and navigate to jmeter bin directory(apache-jmeter-4.0/bin/) and invoke jemeter test. Any help on this will be really appreciated. I would say use some runner like ant. it gives you more options. testautomationguru.com/… – vins Jun 30 at 14:38 1 Answer 1 Normally you should run...