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
相关推荐
java1234_小锋7 小时前
对于GC方面,在使用Elasticsearch时要注意什么?
大数据·elasticsearch·jenkins
与君共勉121387 小时前
Jenkins-Ansible 插件相关用法
linux·运维·ansible·jenkins
xnuscd1 天前
els学习
运维·学习·jenkins
qq_433716951 天前
测试用例编写的八大要素及编写详细指南
自动化测试·软件测试·jmeter·appium·jenkins·接口测试·测试工程师
渔舟唱晚@1 天前
构建基于Jenkins、GitLab与Nginx的自动化项目部署
nginx·gitlab·jenkins
与君共勉121382 天前
Jenkins-Git Parameter 插件实现指定版本的发布和回滚
linux·服务器·gitlab·jenkins
java1234_小锋2 天前
详细描述一下Elasticsearch搜索的过程?
大数据·elasticsearch·jenkins
狂奔solar2 天前
AWS codebuild + jenkins + github 实践CI/CD
ci/cd·github·jenkins·codebuild
与君共勉121382 天前
Jenkins-Gitlab 前端项目自动化部署
linux·服务器·git·gitlab·jenkins
嘟嘟Listing3 天前
设置jenkins时区记录
运维·jenkins