在ubuntu 16.04上部署Jenkins

匿名 (未验证) 提交于 2019-12-03 00:13:02

  1 、添加 Jenkins PPA

1 wget -q -O - https://pkg.jenkins.io/debian/jenkins.io.key | sudo apt-key add 2) sudo sh -c 'echo deb http://pkg.jenkins.io/debian-stable binary/ > /etc/apt/sources.list.d/jenkins.list'  2、安装Jenkinsa) sudo apt-get updateb) sudo apt-get install jenkins

 


subprocess installed post-installation script returned error exit status 1
Processing triggers for systemd (229-4ubuntu21.21) …
Processing triggers for ureadahead (0.100.0-19) …
Errors were encountered while processing:

 

解决方法:

 sudo apt-get -f install

 

 
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!