Install Jenkins on Ubuntu
Update the System
Update the package index on your Ubuntu system.
sudo apt update
Install Java
Jenkins requires Java to run. Install OpenJDK using the following command:
sudo apt install openjdk-11-jdk -y
You can verify the Java installation by che...
cloudhub2295.hashnode.dev2 min read