Default credentials for Jenkins after installation

前端 未结 8 1651
夕颜
夕颜 2021-01-11 11:02

I have downloaded Jenkins on Windows10. When i try to access jenkins, it is asking for username and password. I have read the threads on the same issue. But I do not find a

8条回答
  •  囚心锁ツ
    2021-01-11 11:41

    I had this exact issue as well. After installing Jenkins, the installation directory just had some config files and the jre and bin folders. After rebooting Windows 10 I was able to see all the normal folders you would expect in a Jenkins installation:

    • jobs
    • jre
    • logs
    • nodes
    • plugins
    • secrets - The "secrets" folder only appeared after rebooting, and in it was initialAdminPassword just as promised.

    Now going to http://localhost:8080 loads the "Unlock Jenkins" page.


    Really, though. I should have known to reboot. It is Windows after all...

提交回复
热议问题