Subject: How To Install Jenkins on Ubuntu 16.04 Box
Author: Linux
Posted on: 10/23/2017 06:46:01 PM
Introduction
Jenkins is an open source automation server intended to automate repetitive technical tasks involved in the continuous integration and delivery of software. Jenkins is Java-based and can be installed from Ubuntu packages or by downloading and running its Web application ARchive (WAR) file. For the latter, it is only relevant to Java Servlet Container (e.g. Apache Tomcat) and the installation process should be good for any OS including Ubuntu.
Prerequisites
Tomcat 8 (with Java 8) which is running on Ubuntu 16.04 box
At least 1 GB of RAM
Replies:
References: