Jenkins (http://jenkins-ci.org) is a firm favorite in the CI world and is the basis for some cloud services (for example, cloudbees; https://www.cloudbees.com). It is very widely used and no section about continuous integration would be complete without mentioning it.
We are going to need a basic install of Jenkins on our local machine to work through this section. Let's follow these steps:
- If you have already installed an application server such as Tomcat for the previous section, you'll just need to download the WAR file and drop it into the webapps directory of your application server. If you decide to go the Docker route, you can run the following command (you will need to create the ~/jenkins directory on your local ...