Jenkins Fundamentals
Installation of Jenkins
Update the system before installing anything.
sudo apt update
Install Java in the system as it is a pre-requisite for Jenkins.
sudo apt instal openjdk-11-jre
Check the JAVA version installed on the system.
java --vers...
journeytodevops.hashnode.dev6 min read