- Environmental set up
- Configuration set up
- Invoking Jmeter from Jenkins which also includes publishing the results at Jenkins
Environmental set up:Three things which are most important for this integration is "Ant", "Jmeter", "Jenkins". All the below configuration were subjected to Windows OS.
ANT:Download the ant from apache, and set the path till "bin" folder i.e is
C:\apache-ant-1.8.4-bin\apache-ant-1.8.4\bin;
Jmeter:Download the Jmeter and set the path till Bin folder, i.e
D:\apache-jmeter-2.7\apache-jmeter-2.7\bin;
Jenkins:Download Jenkins from the Jenkins site, and deploy it. You can either deploy in the tomecat etc server or run the command from the command line
Java –jar Jenkins.war
This will deploy automatically, since Jenkins uses embedded servlet container called winstone with in it. Note: If the Jenkins deployment is done with the above steps then Jenkins have to be started always using the above command or after the first installation you can set as windows service.
NOTE: All the above were still depend on Java, make sure that java is installed and set up correctly.