Install Jenkins on Ubuntu and CentOS
Install Java To run Jenkins your system need to have Java. So first we will install Java and then Jenkins. Ubuntu: Update the packages: sudo apt update Install Java: sudo apt install openjdk-11-jre -y Check installation: java -version CentOS/F...
Apr 2, 20232 min read94



