Jenkins fails when running “service start jenkins”

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

    You just need to install Java. It did work after installing Java version 8, using this command : sudo apt install openjdk-8-jre-headless

提交回复
热议问题