Introduction:
Jenkins is an "extensible continuous integration server". It monitors repeated executions of jobs, such as building software projects, and can be used to build WebObjects applications and frameworks. Jenkins is an open source project and can be used at no cost. It is hosted on Github.com.
Download the Jenkins Binary Installer from the Jenkins Website.
This is required because the current version of Jenkins does not create the its directory until it launches after you restart you computer. -Start the server and open the browser and hit the URL http://loalhost:8080/jenkins
- Run the installer
- Start setting up jobs
- Click on the create new jobs link to configure a project for build automation. Enter the details of the project as shown below and click OK.
Inclined to build a profession as Jenkins Developer? Then here is the blog post on, explore Jenkins Training
Fill all the required details like - description, path of the project's pom.xml and other details and click save.
A project is created in Jenkins.
Click on the Build now option as shown above. This will read the pom.xml and pull out the latest code and executes a build process and generates the jar/war file accordingly.
For an Indepth knowledge on Jenkins, click on below: