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