Last modified by Bastian Triller on 2012/08/24 19:38

From version 74.1
edited by Ramsey Gurley
on 2011/04/24 16:24
Change comment: applied noformat to command line because -- was doing bad things
To version 50.1
edited by Ramsey Gurley
on 2011/04/24 16:34
Change comment: noformat

Summary

Details

Page properties
Content
... ... @@ -51,9 +51,9 @@
51 51  
52 52  === Standalone Jenkins and launchd on Mac OS X ===
53 53  
54 -In my case I created the jenkins user and JENKINS//HOME using dscl. ([[Using dscl to Create New Users and Groups>>http://mblog.lib.umich.edu/sites/archives/2008/04/using_dscl_to_c.html]]) To make jenkins launch when the machine boots up and relaunch if it dies, I created a launch daemon. Doing that requires a plist in the correct folder. Then either reboot, or launch the daemon with launchd on the command line.//
54 +In my case I created the jenkins user and JENKINS//HOME using dscl. ([[Using dscl to Create New Users and Groups>>http://mblog.lib.umich.edu/sites/archives/2008/04/using_dscl_to_c.html]]) To make jenkins launch when the machine boots up and relaunch if it dies, I created a launch daemon. Doing that requires a plist in the correct folder. Then either reboot, or launch the daemon with launchctl on the command line.//
55 55  
56 -Make sure your permissions and user:group are set correctly on the plist (-rw-r{-}{-}r- root:wheel). In /Library/LaunchDaemons/org.jenkins-ci.jenkins.plist I placed:
56 +Make sure your permissions and user:group are set correctly on the plist {{noformat}}-rw---r--r root:wheel{{/noformat}} In /Library/LaunchDaemons/org.jenkins-ci.jenkins.plist I placed:
57 57  
58 58  {{code value="xml"}}
59 59