- Learning Continuous Integration with Jenkins(Second Edition)
- Nikhil Pathania
- 73字
- 2021-07-02 21:18:38
Installing the latest stable version of Jenkins
If you prefer to install a stable version of Jenkins, then follow these steps:
- Add the Jenkins repository to the yum repository using the following command:
sudo wget -O /etc/yum.repos.d/jenkins.repo \
http://pkg.jenkins-ci.org/redhat-stable/jenkins.repo
sudo rpm --import https://jenkins-ci.org/redhat/jenkins-ci.org.key
- Install Jenkins using the following command:
sudo yum install jenkins
- See the Starting, stopping, and restarting Jenkins on Red Hat Linux section if you are required to start Jenkins.
推薦閱讀
- 嵌入式Linux開發技術
- Citrix XenApp Performance Essentials
- Mastering ElasticSearch
- Implementing Cisco UCS Solutions
- Windows Vista基礎與應用精品教程
- 從零開始寫Linux內核:一書學透核心原理與實現
- Windows Server 2012 Hyper-V Cookbook
- 嵌入式Linux驅動程序和系統開發實例精講
- Java EE 8 Design Patterns and Best Practices
- Windows 7應用入門與技巧
- Linux內核設計的藝術:圖解Linux操作系統架構設計與實現原理
- 計算機應用基礎(Windows 7+Office 2016)
- Hands-On UX Design for Developers
- AWS SysOps Cookbook
- Kali Linux高級滲透測試(原書第3版)