Jenkins fails when running “service start jenkins”

前端 未结 21 2331
不知归路
不知归路 2021-01-30 20:46

I installed jenkins on Cnetos 7 using the following:

sudo wget -O /etc/yum.repos.d/jenkins.repo http://pkg.jenkins.io/redhat-stable/jenkins.repo
sudo rpm --impor         


        
21条回答
  •  粉色の甜心
    2021-01-30 21:37

    For ubuntu 16.04, there is firewall issue. You need to open 8080 port using following command:

    sudo ufw allow 8080
    

    Detailed steps are given here: https://www.digitalocean.com/community/tutorials/how-to-install-jenkins-on-ubuntu-16-04

提交回复
热议问题