Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What is the password for jenkins user under MACOSX?

I'm trying to create a CI for iOS (iPhone and iPad) using TestFlight, Jenkings, GitHub, Sonar... I downloaded the macosx jenkings package/wizard. It seems it created a user for my mac. What is its password? Because I'm having problems with the keychain and I guess it is because I'm user my own user instead of jenkins profile. Kind Regards, Ricardo.

like image 646
Ricardo Avatar asked Dec 10 '12 12:12

Ricardo


People also ask

What is the default Jenkins password?

By default, Jenkins account is created without password and with the login shell as /bin/false . Change the shell to /bin/bash and you should be able to login without password by sudo su - jenkins .

How do I find my Jenkins password?

This password is stored inside the file initialAdminPassword , which is located inside your jenkins_home directory. The file, along with its full path, is displayed on the Jenkins page, as shown in the following screenshot: On Windows: You can find the file under C:\Program Files (x86)\Jenkins\secrets .


1 Answers

cat /Users/[username]/.jenkins/secrets/initialAdminPassword
like image 152
Cole Avatar answered Nov 16 '22 01:11

Cole