Jenkins

From PKC
Revision as of 03:07, 14 June 2021 by Benkoo (talk | contribs)
Jump to navigation Jump to search

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