Jenkins Installation Day-44
Update the system
sudo yum update && sudo yum upgrade -y
Jenkins is a java based app, so we need to install java
sudo yum install java-17*
Check java installed
Next, add the Jenkins repository to your system with the following commands
sudo wget -...
sundarpalanivel.hashnode.dev1 min read