Step 1: Download Jenkins as per your machine OS(https://jenkins.io/download/)
Step2: Unzip Jenkins to a specified folder. Right click on ‘jenkins.msi’ file and click on ‘Install’ and follow the steps.
Step3: Once the installation is done, navigate to the Jenkins Dashboard (http://localhost:8080 by default) in the browser window.
It will ask for login, Copy the password from initialAdminPassword file and paste it. In my case the location is “C:\Program Files (x86)\Jenkins\secrets\initialAdminPassword”
Step4: Click on ‘Install Suggested Plugins‘
Step5: Create an Admin user by giving Username, Password, Full Name and Email Address of your preference.
Step2: Unzip Jenkins to a specified folder. Right click on ‘jenkins.msi’ file and click on ‘Install’ and follow the steps.
Step3: Once the installation is done, navigate to the Jenkins Dashboard (http://localhost:8080 by default) in the browser window.
It will ask for login, Copy the password from initialAdminPassword file and paste it. In my case the location is “C:\Program Files (x86)\Jenkins\secrets\initialAdminPassword”
Step4: Click on ‘Install Suggested Plugins‘
Step5: Create an Admin user by giving Username, Password, Full Name and Email Address of your preference.
Post a Comment