Difference between revisions of "Jenkins"

From PKC
Jump to navigation Jump to search
Line 4: Line 4:
=Installation Guide=
=Installation Guide=


For installation on Ubuntu, administrators of the machine can follow the instructions below<ref>phoenix NAP, How to Install Jenkins on Ubuntu 18.04, https://phoenixnap.com/kb/install-jenkins-ubuntu</ref>:
For installation on Ubuntu 20.04, administrators of the machine can follow the instructions below<ref>Digital Ocean, How to Install Jenkins on Ubuntu 20.04, https://www.digitalocean.com/community/tutorials/how-to-install-jenkins-on-ubuntu-20-04</ref>:


Step 1: Update and Install Java
Step 1: Update and Install Java

Revision as of 03:07, 14 June 2021

Jenkins, originally called Hudson, is an Open Source CI/CD tool.


Installation Guide

For installation on Ubuntu 20.04, administrators of the machine can follow the instructions below[1]:

Step 1: Update and Install Java

sudo apt get

Then, one needs to install Java Development Kit:

sudo apt install openjdk-8-jdk

References