| 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:
Post a Comment