码迷,mamicode.com
首页 > 系统相关 > 详细

Ubuntu18.04安装jenkins

时间:2020-05-24 09:42:07      阅读:81      评论:0      收藏:0      [点我收藏+]

标签:安装   dep   vsc   install   binary   pkg   wget   and   pts   

官网参考指引:https://pkg.jenkins.io/debian-stable/

wget -q -O - https://pkg.jenkins.io/debian-stable/jenkins.io.key | sudo apt-key add -

deb https://pkg.jenkins.io/debian-stable binary/

sudo apt-get update

sudo apt-get install jenkins

uni@uni-virtual-machine:~$ wget -q -O - https://pkg.jenkins.io/debian-stable/jenkins.io.key | sudo apt-key add -
[sudo] uni 的密码: 
OK
uni@uni-virtual-machine:~$ deb https://pkg.jenkins.io/debian-stable binary/

Command ‘deb‘ not found, did you mean:

  command ‘dub‘ from snap dub (1.19.0)
  command ‘den‘ from snap den (1.2.0-0)
  command ‘debc‘ from deb devscripts
  command ‘edb‘ from deb edb-debugger
  command ‘xdeb‘ from deb xdeb
  command ‘debi‘ from deb devscripts
  command ‘deb3‘ from deb quilt
  command ‘derb‘ from deb icu-devtools
  command ‘dep‘ from deb go-dep
  command ‘dab‘ from deb bsdgames
  command ‘dub‘ from deb dub
  command ‘dex‘ from deb dex

See ‘snap info <snapname>‘ for additional versions.

技术图片

Ubuntu18.04安装jenkins

标签:安装   dep   vsc   install   binary   pkg   wget   and   pts   

原文地址:https://www.cnblogs.com/Uni-Hoang/p/12945746.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!