Steps to Install Jenkins and configure it to Run Maven with TestNg Selenium Installation Step 1) Go to http://jenkins-ci.org/ and download correct package for your OS. Install Jenkins. Step 2) Unzip Jenkins to specified folder. Run exe file as shown in following screenshot: Step 3) In Jenkins 1.607 Setup window click on Next button. Step 4) Click on Install button in the end. Step 5) Once installation is done, navigate to the Jenkins Dashboard (http://localhost:8080 by default) in the browser window. Step 6) Click on the New Item link to create a CI job. Step 7) Select the Maven project radio button as shown in the following screenshot: Using the Build a Maven Project option, Jenkins supports building and testing Maven projects. Step 6) Click on OK button. A new job with name "WebdriverTest" is created in Jenkins Dashboard. Step 7) Go to Manage Jenkins => Configure System as shown in the following screensho