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
相关推荐
爱编程的Zion2 天前
Jenkins 从 0 到 1 学习笔记
笔记·学习·jenkins
JavaDog程序狗3 天前
【指南】uni-app微信小程序多环境CI-CD完全指南
ci/cd·uni-app·jenkins
heimeiyingwang4 天前
【GitOps·入门篇】工具生态:ArgoCD、Flux、Jenkins X 对比选型
jenkins·flux·argocd·gitops
骇客野人5 天前
基于Nginx+Eureka+Apollo+Jenkins+SpringBoot Web系统分布式部署方案
nginx·eureka·jenkins
中才实用6 天前
Jenkins自动化部署
运维·自动化·jenkins
童槿顏丶9 天前
Jenkins部署(Docker)
java·docker·jenkins
Elastic 中国社区官方博客12 天前
使用 Elasticsearch open inference API 对 OpenAI chat completions 进行支持
大数据·elasticsearch·搜索引擎·全文检索·jenkins
X1A0RAN14 天前
Jenkins Pipeline 变量打印指南
运维·servlet·jenkins
heimeiyingwang14 天前
【CI/CD·Jenkins篇】多节点构建:Agent 配置与任务分发策略
ci/cd·jenkins
heimeiyingwang14 天前
【CI/CD·Jenkins篇】环境搭建:从零部署 Jenkins 主从架构
ci/cd·jenkins