Wednesday, September 15, 2021

Jenkins Installation - Redhat Linux - Teach Bharat - +91-9588689939

 Login as a root user
sudo su -

Install Jenkins

cd /opt/

wget -O /etc/yum.repos.d/jenkins.repo https://pkg.jenkins.io/redhat-stable/jenkins.repo

sudo rpm --import https://pkg.jenkins.io/redhat-stable/jenkins.io.key

yum update -y

yum install jenkins -y


Enable and start the jenkins service

systemctl enable jenkins

systemctl start jenkins

No comments:

Post a Comment