Jenkins Installation Guide
This guide provides all the key information and getting-started instructions after a successful Jenkins LTS installation via DeploySage-CLI.
First-Time Setup
After installation, you need to complete the setup process in your web browser.
Your Jenkins instance is now ready to use!
sudo cat /var/lib/jenkins/secrets/initialAdminPassword
Service Management
Manage the Jenkins service using standard systemctl commands.
# Start the Jenkins service
sudo systemctl start jenkins
# Stop the Jenkins service
sudo systemctl stop jenkins
# Check the service status
sudo systemctl status jenkins
# View real-time logs
sudo journalctl -u jenkins -f
Key Directories and Files
| Item | Value |
|---|---|
| Jenkins Home Directory | /var/lib/jenkins/ |
| Service Configuration | /etc/sysconfig/jenkins |
| Log File | /var/log/jenkins/jenkins.log |