書名: Learning Continuous Integration with Jenkins(Second Edition)作者名: Nikhil Pathania本章字數: 96字更新時間: 2021-07-02 21:18:38
Installing the latest version of Jenkins
To install the latest version of Jenkins, 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/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.
Jenkins is now ready for use. By default, the Jenkins service runs on port 8080. To access Jenkins, use http://localhost:8080/ or http://<Jenkins server IP address>:8080/ in a browser.
推薦閱讀
- 阿里云數字新基建系列:云原生操作系統Kubernetes
- Linux從零開始學(視頻教學版)
- Alfresco 4 Enterprise Content Management Implementation
- Windows Server 2012網絡操作系統企業應用案例詳解
- 深入理解eBPF與可觀測性
- 嵌入式實時操作系統:RT-Thread設計與實現
- Windows 7案例教程
- Hands-On UX Design for Developers
- Troubleshooting Docker
- Learn CUDA Programming
- Linux操作系統
- 電腦辦公(Windows 10 + Office 2016)入門與提高(超值版)
- Responsive Web Design with AngularJS
- 程序員必讀經典(算法基礎+計算機系統)
- Linux指令從初學到精通