Install Jenkins on an Ubuntu 14.04 VPS

jenkinsIn this article we will show you how to install Jenkins on an Ubuntu 14.04 VPS.

Jenkins is an award-winning application that monitors executions of repeated jobs, such as building a software project or jobs run by cron. Among those things, current Jenkins focuses on building/testing software projects continuously. In a nutshell, Jenkins provides an easy-to-use so-called continuous integration system, making it easier for developers to integrate changes to the project, and making it easier for users to obtain a fresh build. The automated, continuous build increases productivity.

Builds can be started by various means, including being triggered by commit in a version control system, scheduling via a cron-like mechanism, building when other builds have completed, and requesting a specific build URL.

Updated tutorial:
How to Install Jenkins on Ubuntu 16.04

Read More