centos7安装jenkins
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了centos7安装jenkins相关的知识,希望对你有一定的参考价值。
- 配置yum源:
wget -O /etc/yum.repos.d/jenkins.repo http://pkg.jenkins-ci.org/redhat/jenkins.repo
- 导入rpm密钥:
rpm --import https://jenkins-ci.org/redhat/jenkins-ci.org.key
- 安装:
yum -y install jenkins java
- 启动服务:
systemctl start jenkins
- 访问网址:
xx.xx.xx.xx:8080 根据提示进行安装
- 截图:
以上是关于centos7安装jenkins的主要内容,如果未能解决你的问题,请参考以下文章