Jenkins is an open source continuous integration tool that helps in automating development-related repetitive tasks. It runs as a local server on a host machine where we install it:
Let's follow these steps to install Jenkins:
- Download the Jenkins mac OS X installer or Windows installer from http://jenkins-ci.org.
- Double-click on the .pkg (.msi for Windows) file to install Jenkins and select the location installation.
- Once it is successfully installed, the browser will open to http://localhost:8080.
- The browser will redirect to http://localhost:8080/login?from=%2F with a message for macOS X and Windows.
Unlock Jenkins ...