JMeter integration with Jenkins

Опубликовано: 17 Май 2026
на канале: Performance Testing
9,800
94

JMeter integration with Jenkins ‪@PerformanceTestingLearn2Enjoy‬

Prerequisite:-
1. Plot Plugin
2. Performance Plugin
Go to Jenkins - Manage Jenkins - Manage Plugins - Available Tab and find the plugins.

1. In Jenkins: create a Freestyle project
2. In Jenkins, go to the Build tab and add a build step: Execute Windows batch command
3. Add a command with a link to your extracted bin folder and the path to your script. (The JMeter test will be run in non-GUI mode)
jmeter -n -t script.jmx -l logfile.jtl
4. Post-build Actions configuration, Save & Build.
5. After execution can find results in charts under "Performance Trend" section.
‪@PerformanceTestingLearn2Enjoy‬