- 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實(shí)戰(zhàn)
- Linux性能優(yōu)化
- Linux Shell編程從入門到精通(第2版)
- 深入理解eBPF與可觀測性
- Windows 7案例教程
- 計(jì)算機(jī)系統(tǒng):基于x86+Linux平臺
- Linux內(nèi)核設(shè)計(jì)的藝術(shù):圖解Linux操作系統(tǒng)架構(gòu)設(shè)計(jì)與實(shí)現(xiàn)原理
- 從實(shí)踐中學(xué)習(xí)Kali Linux無線網(wǎng)絡(luò)滲透測試
- 云原生落地:產(chǎn)品、架構(gòu)與商業(yè)模式
- Linux設(shè)備驅(qū)動開發(fā)
- HTML5 Enterprise Application Development
- Linux操作系統(tǒng)
- Drupal 7 Cookbook
- Linux操作系統(tǒng)案例教程(第2版)
- OpenHarmony開發(fā)與實(shí)踐:基于紅莓RK2206開發(fā)板