What is the default Jenkins password?

前端 未结 19 2269
情话喂你
情话喂你 2020-12-01 04:11

I\'m using a EC2 server instance. Used the following to install Jenkins:

wget -q -O - http://pkg.jenkins-ci.org/debian/jenkins-ci.org.key | sudo apt-key add          


        
19条回答
  •  旧巷少年郎
    2020-12-01 04:53

    After Jenkins is installed just run sudo cat /var/lib/jenkins/secrets/initialAdminPassword.

    In the Jenkins login page:

    User: admin Password: the output from the above command

提交回复
热议问题