How to install jenkins
- First go here and download the latest LTS Release.: https://adoptium.net/temurin/
-
After download, open the installer and do the following steps:
-
Open run dialog using Windows button + R and type
sysdm.cpl ,3
-
Edit enviornment variables
- Visit http://localhost:8080/
-
Open the target file with notepad and find the password, you can alternatively do this:
cmd /c "type C:\ProgramData\Jenkins\.jenkins\secrets\initialAdminPassword | clip"
- The password will be copied to your clipboard