linux - how to install jenkins server on redhat -
i goggled lot installing jenkins server on red-hat linux, not find proper source. body have idea
how install jenkins server on red-hat
finally got 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
Comments
Post a Comment