[Jenkins] 2. Change Default User Of Jenkins

(1. ) use bellow command to check your group and user

id

example:

my user is otis, group is staff.

(2.) stop Jenkins

(3. ) open '/Library/LaunchDaemons/org.jenkins-ci.plist' file to modify Jenkins default group and user.

modify "GroupName" and "UserName"

(4.) Use below commands to change the permissions of org.jenkins-ci.plist file

(5.) Restart Jenkins

Last updated