Jenkins | Jenkins installation | How to install jenkins in redhat linux
In this Video you will see , How to install Jenkins on Redhat Linux and How to create a Jenkins Jobs.
Please follow the below command to install the Jenkins:
$ sudo yum update -y
$ sudo yum wget -y
$ 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
$ sudo yum install jenkins java-1.8.0-openjdk-devel
$ sudo systemctl start jenkins
$ sudo systemctl status jenkins
Useful Links:
https://www.jenkins.io/doc/book/installing/linux/
Useful Search:
install jenkins on linux | install jenkins on linux ec2 | install jenkins on ubuntu | how to install jenkins in redhat linux | how to install jenkins war file in linux | install jenkins on centos | jenkins download | jenkins tutorial | how to start jenkins | how to install jenkins rpm in redhat linux | how to install jenkins in redhat linux 8 | jenkins installation in redhat linux | Jenkins install on Linux
Thank you!!!
redhat linux