What is the default Jenkins password?

前端 未结 19 2286
情话喂你
情话喂你 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:51

    Well, Even I tried to log in with the admin/password which was failed. So I created my own user like this.

    1. Go to Jenkins home folder (C:\User.jenkins or you can find this in Jenkins server startup logs)
    2. Go to Config file config.xml
    3. set disableSignup to false false if at all you want to disable login security 4.set ser security to false. true

提交回复
热议问题