Table of Contents
- Choose a Jenkins Release
- System Prerequisites
- Add Jenkins APT Repository
- Install Jenkins
- Verify Jenkins Service
- Install Java 17
- Start Jenkins
- Retrieve Initial Admin Password
- Complete Setup Wizard
- References
1. Choose a Jenkins Release
Jenkins provides two main release lines:


2. System Prerequisites
Our test VM specifications:
Refer to the Jenkins Linux prerequisites for full details.

3. Add Jenkins APT Repository
Add the Jenkins GPG key and repository:4. Install Jenkins
During the installation, you should see output confirming the package download:5. Verify Jenkins Service
Immediately check Jenkins status:Jenkins requires a supported Java runtime to start. Installing or configuring Java is mandatory.
6. Install Java 17
Jenkins LTS supports Java 17 per the Java Support Policy.
7. Start Jenkins
Restart and check status:8. Retrieve Initial Admin Password
Find the initial admin password in the logs:9. Complete Setup Wizard
- Open
http://<YOUR_VM_IP>:8080in your browser. - Unlock Jenkins with the admin password from
/var/lib/jenkins/secrets/initialAdminPassword. - Select Plugins
- Choose Suggested Plugins or pick specific ones.



- Choose Appearance
Pick your UI theme (e.g., Dark Theme):

- Create First Admin User
Fill in credentials:

- Configure Jenkins URL
Confirm or edit the root URL, then Save and Finish:

10. References
- Jenkins Download & Setup
- Linux Prerequisites for Jenkins
- Jenkins Java Support Policy
- Jenkins Official Documentation