-
Bug
-
Resolution: Fixed
-
Major
-
None
-
Mac OS X 10.6.7 (probably all OS X versions)
/Applications/Jenkins directory has permissions 0700 and is owned by uid 501. When the postinstall tries to launch Jenkins as user daemon, daemon cannot read jenkins.war and exits with a failure.
Expected: /Applications/Jenkins folder is owned by root:admin and has permissions 775.
Code changed in jenkins
User: Kohsuke Kawaguchi
Path:
changelog.html
http://jenkins-ci.org/commit/jenkins/1e308c2a7457c5e9d5929b1de39328e2e27ab3b8
Log:
[FIXED JENKINS-9398 JENKINS-9399]
These issues are fixed with pull request #166 that we just merged.
Compare: https://github.com/jenkinsci/jenkins/compare/89bd7cd...1e308c2