Not able to access Jenkins dashboard on Windows
Not able to access Jenkins dashboard on Windows
I installed Jenkins on my local Windows system but it’s not accessible on the browser. I tried with multiple ports 8080, 8081 and 8083 but nothing worked. Any suggestions?
vinny Answered question March 9, 2021
Simply restarting Jenkins solved my problem. I followed the below steps,
- Open the command prompt as an administrator
- Execute the below commands,
cd C:\Program Files\Jenkins jenkins.exe stop jenkins.exe start
- Wait for some time and then access the Jenkins dashboard.
hiberstackers Edited answer May 17, 2021