I installed jenkins by downloading jenkins-2.2.pkg. After the installation is complete, Chrome auto-connected to http://localhost:8080/login?from=%2F and I see
If you have installed Jenkins using Docker and you are not able to find the password using the command :
$ sudo cat /Users/Shared/Jenkins/Home/secrets/initialAdminPassword
Then do following steps :
Type in your command prompt : docker ps
Find the running containerID
Type docker exec -it
Type cd /var/jenkins_home/secrets
Type cat initialAdminPassword