码迷,mamicode.com
首页 > 其他好文 > 详细

uos搭建jenkins

时间:2021-06-07 20:23:31      阅读:0      评论:0      收藏:0      [点我收藏+]

标签:安装   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

#浏览器访问

 

 

uos搭建jenkins

标签:安装   prope   pen   adl   date   operator   rgb   UNC   技术   

原文地址:https://www.cnblogs.com/tarzen213/p/14857442.html

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