centos7安装jenkins

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了centos7安装jenkins相关的知识,希望对你有一定的参考价值。

  1. 配置yum源:
    wget  -O  /etc/yum.repos.d/jenkins.repo  http://pkg.jenkins-ci.org/redhat/jenkins.repo
  2. 导入rpm密钥:
    rpm  --import  https://jenkins-ci.org/redhat/jenkins-ci.org.key
  3. 安装:
    yum  -y  install  jenkins  java
  4. 启动服务:
    systemctl  start  jenkins
  5. 访问网址:
    xx.xx.xx.xx:8080
    根据提示进行安装
  6. 截图:
    技术分享图片
    技术分享图片

以上是关于centos7安装jenkins的主要内容,如果未能解决你的问题,请参考以下文章

centos7 安装jenkins

CentOS7 安装配置 jenkins 及 自动从gitlab上拉取代码自动打包并发布到远程tomcat服务器

centos7安装jenkins

centos7安装jenkins

CentOS7安装Jenkins与配置

centos7安装jenkins