Debian安装Jenkins
一、安装命令
wget -q -O - https://pkg.jenkins.io/debian-stable/jenkins.io.key | sudo apt-key add -
sudo sh -c 'echo deb http://pkg.jenkins.io/debian-stable binary/ > /etc/apt/sources.list.d/jenkins.list'
sudo apt-get update
sudo apt-get install jenkins
访问地址:ip:8080
二、问题
启动报错
查看Java环境
建立软链接并启动
标题:Debian安装Jenkins
作者:Micronotes
地址:https://www.micronotes.top/articles/2021/02/21/1613889671184.html