Default credentials for Jenkins after installation

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

    1) open terminal

    2) type docker ps -a

    then you will find the list of containers

    3) copy your container id where your Jenkins is running

    4) type docker logs your_container_id

    then you will see

    Jenkins initial setup is required. An admin user has been created and a password generated. Please use the following password to proceed to installation:

    741bc43e03b54cd9be183d97947c7369

    This may also be found at: /var/jenkins_home/secrets/initialAdminPassword

提交回复
热议问题