标签:安装 prope pen adl date operator rgb UNC 技术
#安装jdk
sudo apt install openjdk-8-jdk-headless
#安装jenkins
wget -q -O - https://pkg.jenkins.io/debian/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
/etc/init.d/jenkins restart
#浏览器访问
标签:安装 prope pen adl date operator rgb UNC 技术
原文地址:https://www.cnblogs.com/tarzen213/p/14857442.html