Default credentials for Jenkins after installation

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

    Username is admin. Password should be located in:

    $JENKINS_HOME/secrets/initialAdminPassword
    

    You can view the password using:

    cat /var/lib/jenkins/secrets/initialAdminPassword
    

    or

    cat $JENKINS_HOME/secrets/initialAdminPassword
    

提交回复
热议问题