Download jenkins from https://pkg.jenkins.io/debian-stable/
Jenkins URL After installation will be :
http://localhost:8080/
Jenkins Unlock using below file:
/var/lib/jenkins/secrets/initialAdminPassword
Use the text inside the file to unlock jenkins
o999be21ce834c8cb202f8671d46d999
Commands to stop start and check status of jenkins
- sudo systemctl status jenkins
- sudo systemctl stop jenkins
- sudo systemctl start jenkins
- sudo systemctl restart jenkins