Jenkins Installation

Steps to Install Jenkins:
Clone the repo https://github.com/mkhansab/install-jenkins-docker and follow the 4 steps present at README.md at this repo
Opening http://localhost:8080/ will ask for AdminPassword when setting up for the first time, password for this will be present at /var/jenkins_home/secrets/initialAdminPassword
To view the password, Open Docker Desktop > my-jenkins Container > Exec and thencat /var/jenkins_home/secrets/initialAdminPasswordSetting up for the first time?
A new page will open that asks for username and password, ensure to use a secure password as it'll be used to subsequent loginsHola, Jenkins is ready!



