Default credentials for Jenkins after installation

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

    After Installation of Jenkins 2.Y.Z, I would suggest you to simply restart your OS.

    my OS is Windows 8.1, and as after I restarted Jenkins automatically builds it installation environment, and you can see many directories and files available or appeared which were not available instantly after installation.

    Now, Open Jenkins Dashboard path in web browser hostname:portnumber

    for beginners it is like localhost:8080

    it will ask you the password.

    So, open the file initialAdminPassword in text editor or viewer located in:

    C:\Program Files (x86)\Jenkins\secrets\
    

    copy the 32 chars length password, and paste it to the Jenkins Dashboard.

    Later you can install the plugins default or in custom choose mode.

    Hope this would help many one.

提交回复
热议问题