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
相关推荐
任我坤20 小时前
搭建Jenkins服务-2025更新
运维·servlet·jenkins
bearpping2 天前
Java进阶(ElasticSearch的安装与使用)
java·elasticsearch·jenkins
代码星辰2 天前
Jenkins——安装与使用
运维·ci/cd·jenkins
带娃的IT创业者2 天前
WeClaw 日志分析实战:如何从海量日志中快速定位根因?
运维·python·websocket·jenkins·fastapi·架构设计·实时通信
常利兵4 天前
Spring Boot 邂逅Elasticsearch:打造搜索“光速引擎”
spring boot·elasticsearch·jenkins
耀耀_很无聊4 天前
09_Jenkins安装JDK环境
java·运维·jenkins
深念Y5 天前
Elasticsearch 8.11 + IK 分词器安装踩坑记录
大数据·数据库·elasticsearch·中文分词·jenkins·ki分词器
小狼嚎月5 天前
批量修改所有以 budget-dt- 开头的流水线任务的分支
jenkins
wgslucky6 天前
docker jenkins2.554 流水git拉取 没有在 SCM 配置或者插件中的 Git 存储库配置错误
jenkins·自动打包部署·jenkins获取git分支