0
votes

I have requirement for jmeter integrate with jenkins. could you please some one help me on this.

I'm working on integrating performance tests with Jmeter. My performance testing tool is JMeter and appserver is Jenkins

1

1 Answers

1
votes
  1. JMeter is normal Java application which can be kicked off as a Jenkins build step via command-line using jmeter.bat or jmeter.sh scripts

    enter image description here

  2. With regards to deeper JMeter and Jenkins integration there is Jenkins Performance Plugin which can be either used for triggering a JMeter test

    enter image description here

    or publishing a performance report if you run JMeter using command-line build step or JMeter Maven plugin or whatever

    enter image description here

As the result you will see performance trend charts at your build dashboard:

enter image description here