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
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
With regards to deeper JMeter and Jenkins integration there is Jenkins Performance Plugin which can be either used for triggering a JMeter test
or publishing a performance report if you run JMeter using command-line build step or JMeter Maven plugin or whatever
As the result you will see performance trend charts at your build dashboard: