-
Bug
-
Resolution: Fixed
-
Major
-
None
-
Linux, CentOS and Fedora. Using RPM installation and upgrade
I have a Jenkins installation for which I changed the "JENKINS_USER" and "JENKINS_HOME" (in /etc/sysconfig/jenkins) from the defaults.
When I do an upgrade via yum/RPM, it sets the ownership of /var/log/jenkins back to default user "jenkins" (instead of honoring my JENKINS_USER configuration).
This prevents Jenkins from starting after an upgrade. And since it cannot write to the log file, it may not be easy to figure out what went wrong.
- is related to
-
JENKINS-23273 RPM post-install should not do a "chown -R ${JENKINS_USER:-jenkins} ${JENKINS_HOME:-/var/lib/jenkins}"
-
- Resolved
-
Code changed in jenkins
User: Nicolas De loof
Path:
rpm/SPECS/jenkins.spec
http://jenkins-ci.org/commit/jenkins/4335bd435f9e5258831c5631bfab2fd837fd7719
Log:
[FIXED JENKINS-12231] ensure right owner