Default credentials for Jenkins after installation

前端 未结 8 1653
夕颜
夕颜 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:35

    I found the file in this location on windows server 2019

    C:\Windows\SysWOW64\config\systemprofile\AppData\Local\Jenkins.jenkins\secrets

    0 讨论(0)
  • 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...

    0 讨论(0)
提交回复
热议问题