- 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 .
推薦閱讀
- 電腦組裝與系統安裝
- Linux設備驅動開發詳解:基于最新的Linux4.0內核
- 樂學Windows操作系統
- 零起點學Linux系統管理
- Red Hat Enterprise Linux 8系統管理實戰
- 大學計算機應用基礎實踐教程(Windows 7+Office 2013)
- 網絡操作系統:Windows Server 2003管理與應用
- Learning Android Intents
- Linux操作系統應用編程
- 直播系統開發:基于Nginx與Nginx-rtmp-module
- Joomla! 3 Template Essentials
- Mastering Reactive JavaScript
- 計算機系統:基于x86+Linux平臺
- NetDevOps入門與實踐
- 鴻蒙操作系統設計原理與架構