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

timeout - Handshake_timeout on RabbitMQ using python and pika from remote vm -

gcc - MinGW's ld cannot perform PE operations on non PE output file -

c# - Search and Add Comment with OpenXML for Word -