Member-only story
Running your JMeter test suite via Jenkins Pipeline Script
Here I am trying to explain how we managed to run our performance test suite as a continuous build and as part of our continuous application testing effort.
For that, we used JMeter Scripts, JMeter Maven Plugin, Jenkins Pipeline script, Jenkins Server with Performance Plugin installed.
Here is the Jenkins Pipeline script we wrote to run performance scripts and pass it to the performance Jenkins plugin.
Then created new Jenkins Job to run with above Jenkins pipeline script. Follow below screenshots to get idea how we configured our Jenkins Job.
Now its time to trigger your created Jenkins Job and Execute Jmeter scripts. Run the build several times so we can get more detailed…