DMCA.com Protection Status Trending Topics About Devops: How to install the JENKINS on Linux

Tuesday, 18 May 2021

How to install the JENKINS on Linux

 

INSTALL JENKINS
Go to https://pkg.jenkins.io/redhat-stable/
and copy these commands
# sudo 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 install java -y
# yum install jenkins
# systemctl start jenkins
# systemctl status jenkins
# clear
# cat /var/lib/jenkins/secrets/initialAdminPassword
Click on install plugins
Give username and password details
Jenkisn is ready to use

No comments: