how to install jenkins server on redhat

1.3k Views Asked by At

I goggled a lot for installing Jenkins server on red-hat Linux, but could not find proper source. does any body have idea

how to install Jenkins server on red-hat

1

There are 1 best solutions below

0
On

finally i got a solution

    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

source to install jenkins