Jenkins has two ways to install
1. Installing a war file
2. Installing jenkins as a service
In my case, it is redhat distribution and there are simple steps to install Jenkins as a service
1. Installing a war file
2. Installing jenkins as a service
In my case, it is redhat distribution and there are simple steps to install Jenkins as a service
- sudo wget -O /etc/yum.repos.d/jenkins.repo http://pkg.jenkins-ci.org/redhat-stable/jenkins.repo
- sudo rpm --import https://jenkins-ci.org/redhat/jenkins-ci.org.key
- sudo yum install jenkins
- sudo service jenkins start
Thats it!!!
http://<IP address>:8080 is the place where you will get the default installation screen
No comments:
Post a Comment