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.
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 .
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 .
cat /Users/[username]/.jenkins/secrets/initialAdminPassword
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With