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

powershell Start-Process exit code -1073741502 when used with Credential from a windows service environment -

twig - Using Twigbridge in a Laravel 5.1 Package -

c# - LINQ join Entities from HashSet's, Join vs Dictionary vs HashSet performance -