Jenkins fails when running “service start jenkins”

前端 未结 21 2326
不知归路
不知归路 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:27

    The easiest possible fix for this issue if it is a AWS linux instance

    sudo yum install java-1.8.0 -y 
    
    sudo yum remove java-1.7.0-openjdk
    

提交回复
热议问题