What is the password for jenkins user under MACOSX?

后端 未结 6 2185
攒了一身酷
攒了一身酷 2021-02-14 05:50

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

6条回答
  •  无人及你
    2021-02-14 06:15

    I always use sudo su jenkins - to work as the Jenkins user on the command line, this should also work on a Mac. Then you don't need the password at all.

    I don't have my MacBook with me to tests this now, but on my current linux server the jenkins user was created with shell /bin/false. I changed the shell in /etc/passwd to /bin/bash, after that I could login with su as the Jenkins user to setup ssh-keys, etc...

提交回复
热议问题