|
Step 1: Download Jenkins .war file |
|
Subject: Step 1: Download Jenkins .war file
Author: Linux
In response to: How To Install Jenkins on Ubuntu 16.04 Box
Posted on: 10/23/2017 06:47:24 PM
Goto https://jenkins.io/download/ Select Generic Java package (.war) You now have jenkins.war (version 2.73.2) in your local Windows machine
>
> On 10/23/2017 06:46:01 PM Linux wrote:
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
References:
|
|
|
|