Installation of Jenkins on ubuntu
Steps To install Jenkins on an Ubuntu system.
Update the System
update the system.
sudo apt update
Install Java
Jenkins requires Java to run, so you need to install OpenJDK.
sudo apt install openjdk-11-jdk -y
Verify the Java installation.
java -ver...
cloudhub2295.hashnode.dev2 min read