Created
April 19, 2018 15:12
-
-
Save j-mprabhakaran/63f612f38602551f0a8757f124f2de0a to your computer and use it in GitHub Desktop.
Jenkins-Installation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sudo wget -O /etc/yum.repos.d/jenkins.repo http://pkg.jenkins-ci.org/redhat/jenkins.repo | |
sudo rpm --import https://pkg.jenkins.io/redhat/jenkins.io.key | |
sudo yum install -y jenkins | |
sudo systemctl start jenkins.service | |
sudo systemctl enable jenkins.service | |
sudo cat /var/lib/jenkins/secrets/initialAdminPassword |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment