Jenkins is an open source tool which is widely used for Continuous Integration and Continuous delivery. This is very famous and accepted tool in Software Development Industry. This works with others tool to develop a software fast and accuracy. Let’s install it now.
We are assuming that you have internet connectivity on the machine so that you can configure repo and can install required packages.
Now check status and see what details it is showing to you.
# systemctl status jenkins
● jenkins.service - Jenkins Continuous Integration Server
Loaded: loaded (/usr/lib/systemd/system/jenkins.service; enabled; preset: disabled)
Active: active (running) since Wed 2024-05-08 08:44:43 IST; 51s ago
Main PID: 366778 (java)
Tasks: 45 (limit: 10804)
Memory: 410.5M
CPU: 46.748s
CGroup: /system.slice/jenkins.service
└─366778 /usr/bin/java -Djava.awt.headless=true -jar /usr/share/java/jenkins.war --webroot=/var/cache/jenkins/war --httpPort=8080
May 08 08:44:02 jenkins.kb.com jenkins[366778]: This may also be found at: /var/lib/jenkins/secrets/initialAdminPassword
May 08 08:44:02 jenkins.kb.com jenkins[366778]: *************************************************************
May 08 08:44:02 jenkins.kb.com jenkins[366778]: *************************************************************
May 08 08:44:02 jenkins.kb.com jenkins[366778]: *************************************************************
Jenkins URL works on port 8080. So Web URL will be http://IPAddress:8080 and as above in status command you can see where is the initial password and you can cat the file to see password.