用Ubuntu快速安装Jenkins

Posted 一夕如环

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了用Ubuntu快速安装Jenkins相关的知识,希望对你有一定的参考价值。

一、安装操作系统,安装前准备。

1、操作系统:Ubuntu 18.04 (大家都知道Ubuntu的特点,在线安装,方便很多)

2、apt源。apt源在官网上面分很多种,每个版本的源不一样,如果是其他版本系统,应该在官网找。18.04可以用以下的。


# 默认注释了源码镜像以提高 apt update 速度,如有需要可自行取消注释
deb https://mirrors.tuna.tsinghua.edu.cn/ubuntu/ bionic main restricted universe multiverse
# deb-src https://mirrors.tuna.tsinghua.edu.cn/ubuntu/ bionic main restricted universe multiverse
deb https://mirrors.tuna.tsinghua.edu.cn/ubuntu/ bionic-updates main restricted universe multiverse
# deb-src https://mirrors.tuna.tsinghua.edu.cn/ubuntu/ bionic-updates main restricted universe multiverse
deb https://mirrors.tuna.tsinghua.edu.cn/ubuntu/ bionic-backports main restricted universe multiverse
# deb-src https://mirrors.tuna.tsinghua.edu.cn/ubuntu/ bionic-backports main restricted universe multiverse
deb https://mirrors.tuna.tsinghua.edu.cn/ubuntu/ bionic-security main restricted universe multiverse
# deb-src https://mirrors.tuna.tsinghua.edu.cn/ubuntu/ bionic-security main restricted universe multiverse

# 预发布软件源,不建议启用
# deb https://mirrors.tuna.tsinghua.edu.cn/ubuntu/ bionic-proposed main restricted universe multiverse
# deb-src https://mirrors.tuna.tsinghua.edu.cn/ubuntu/ bionic-proposed main restricted universe multiverse

3、安装jdk。(安装jdk 10报错,我也不知道原因,这里也不研究了)

apt-get install  openjdk-8-jdk

4、安装Jenkins服务。(直接Java监听端口访问,不需要Java容器)

wget -q -O - https://pkg.jenkins.io/debian/jenkins.io.key | sudo apt-key add -
&&sh -c ‘echo deb http://pkg.jenkins.io/debian-stable binary/ > /etc/apt/sources.list.d/jenkins.list‘
&&apt-get update
&&apt-get install jenkins

这几个是官方命令,也没什么好解析的,都是一些简单的操作。

5、访问服务。

端口8080,按照提示找密码。10分钟大功告成。

 

















以上是关于用Ubuntu快速安装Jenkins的主要内容,如果未能解决你的问题,请参考以下文章

使用 docker-compose 快速安装Jenkins

Jenkins快速安装与基础配置

docker下的Jenkins安装和体验

还在手动部署jar包吗?快速掌握Jenkins安装,教你使用Jenkins实现持续交付

Jenkins快速上手

快速上手Ubuntu之安装常用软件篇——打造一个满足基本娱乐办公的Ubuntu