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

source install jenkins


Comments

Popular posts from this blog

twig - Using Twigbridge in a Laravel 5.1 Package -

jdbc - Not able to establish database connection in eclipse -

Kivy: Swiping (Carousel & ScreenManager) -