0% found this document useful (0 votes)
60 views1 page

Install Jenkins on CentOS: Step-by-Step Guide

To install Jenkins on Centos, download the Jenkins repository configuration file, import the key, install Jenkins using yum, start and enable the Jenkins service, retrieve the initial admin password, and install any additional plugins required.

Uploaded by

Rajesh k
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
60 views1 page

Install Jenkins on CentOS: Step-by-Step Guide

To install Jenkins on Centos, download the Jenkins repository configuration file, import the key, install Jenkins using yum, start and enable the Jenkins service, retrieve the initial admin password, and install any additional plugins required.

Uploaded by

Rajesh k
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 1

Steps to install Jenkins in Centos:

-------------------------------------------
URL: [Link]
1. sudo wget -O /etc/[Link].d/[Link] [Link]
stable/[Link]
2. sudo rpm --import [Link]
3. sudo yum install jenkins
4. systemctl start jenkins
5. systemctl status jenkins
6. systemctl enable jenkins
7. cat /var/lib/jenkins/secrets/initialadminpassword (for initialadminpassword)
8. Install plugins as per the requirement

You might also like