|
||||||||
|
This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators. For more information on JIRA, see: http://www.atlassian.com/software/jira |
||||||||
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
For more options, visit https://groups.google.com/d/optout.

On Yosemite beta 8 this issue still exists. After reading the launchctl and launchd.plist docs it appears as though the StandardOutPath and StandardErrorPath value of /var/log/jenkins/jenkins.log is to a location for which the LaunchAgent does not have access. I modified this path to be /Users/Shared/Jenkins/Home/jenkins.log and (as the Jenkins user) launchctl unload ~/Library/LaunchAgents/org.jenkins-ci.plist now works.
This may not be an optimal path, but appears to work as an interim workaround.