-
Improvement
-
Resolution: Fixed
-
Major
-
None
-
Mac OS X
Mac OS X package distribution version works great,
but logs will never been output to a file or standard output.
I'm also using a rpm version, and that does into /var/log/jenkins/jenkins.log.
A log file is very useful to check what jenkins currently does.
So, I suggest to let Mac OS X package version log to /var/log/jenkins/jenkins.log
I've known that it's because of launchd plist file, which is not configured to output StandardOutPath/StandardErrorPath to a file.
Code changed in jenkins
User: Kohsuke Kawaguchi
Path:
changelog.html
osx/Library/Application Support/Jenkins/Uninstall.command
osx/launchd_conf_daemon/org.jenkins-ci.plist
osx/launchd_conf_jenkins/org.jenkins-ci.plist
osx/scripts/postinstall-launchd
osx/scripts/postinstall-launchd-jenkins
http://jenkins-ci.org/commit/jenkins/a36223cc7c30459ae218750d03549204549175d3
Log:
[FIXED JENKINS-15178] Merge branch 'pull-567'
Compare: https://github.com/jenkinsci/jenkins/compare/454d0f2b874f...a36223cc7c30