Jenkins安装

环境

Ubuntu, 其他平台查看官方文档

步骤

  1. 安装jdk

sudo apt-get install openjdk-8-jdk

  1. 安装Jenkins
  • first add the key to your system
    wget -q -O - https://pkg.jenkins.io/debian/jenkins.io.key | sudo apt-key add -
  • Then add a Jenkins apt repository entry
    sudo sh -c 'echo deb http://pkg.jenkins.io/debian-stable binary/ > /etc/apt/sources.list.d/jenkins.list'
  • .Update your local package index, then finally install Jenkins
    sudo apt-get update
    sudo apt-get install jenkins
  1. 启动Jenkins
    执行sudo systemctl start jenkins
相关推荐
多来哈米3 小时前
Jenkins配置vue前端项目(最简单的操作)
运维·前端·jenkins
LSL666_1 天前
5 Repository 层接口
android·运维·elasticsearch·jenkins·repository
飞哥专栏2 天前
阿里云效 = Jenkins + Gitlab + 免费服务器
阿里云·gitlab·jenkins
linmengmeng_13143 天前
【Jenkins】Jenkins配置从节点 - Launch Agent
运维·servlet·jenkins
LSL666_3 天前
1 elasticSearch 和 IK分词器的本地下载
大数据·elasticsearch·jenkins
破烂pan3 天前
Jenkins 定时触发(cron)使用说明
运维·jenkins
liuyunshengsir3 天前
让 Elasticsearch Delete By Query 请求立即生效
大数据·elasticsearch·jenkins
❥ღ Komo·4 天前
Elasticsearch单机部署全指南
运维·jenkins
chevysky.cn4 天前
Jenkins自动部署CI/CD
运维·ci/cd·jenkins
Archy_Wang_15 天前
基于BaGet 构建NuGet私有库并实现类库打包到NuGet私有库
运维·jenkins