- Learning Continuous Integration with Jenkins(Second Edition)
- Nikhil Pathania
- 133字
- 2021-07-02 21:18:37
Installing the latest version of Jenkins
To install the latest version of Jenkins, follow these steps in sequence:
- Add the repository key to the system using the following command:
wget --no-check-certificate -q -O \
- https://pkg.jenkins.io/debian/jenkins-ci.org.key | \
sudo apt-key add -
- You should get an output of OK. Next, append the Debian package repository address using the following command:
echo deb http://pkg.jenkins.io/debian binary/ | \
sudo tee /etc/apt/sources.list.d/jenkins.list
- Update the package index:
sudo apt-get update
- Now, install Jenkins using the following command:
sudo apt-get install jenkins
- See the Starting, stopping, and restarting Jenkins on Ubuntu 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 .
推薦閱讀
- 電腦組裝與系統(tǒng)安裝
- 操作系統(tǒng)實用教程(Linux版)
- 樂學Windows操作系統(tǒng)
- Citrix XenApp Performance Essentials
- Mastering ElasticSearch
- 鴻蒙生態(tài):開啟萬物互聯(lián)的智慧新時代
- 白話區(qū)塊鏈
- 曝光:Linux企業(yè)運維實戰(zhàn)
- 開源安全運維平臺OSSIM疑難解析:入門篇
- Kubernetes從入門到實踐
- Linux運維最佳實踐
- 網(wǎng)絡操作系統(tǒng)教程:Windows Server 2016管理與配置
- 竹林蹊徑:深入淺出windows驅(qū)動開發(fā)
- Linux服務器配置與管理
- Fedora 12 Linux應用基礎(chǔ)