yum 安装 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 根据提示进行安装


免责声明!

本站转载的文章为个人学习借鉴使用,本站对版权不负任何法律责任。如果侵犯了您的隐私权益,请联系本站邮箱yoyou2525@163.com删除。



 
粤ICP备18138465号  © 2018-2025 CODEPRJ.COM