Our CI jenkins server (v1.499) runs tests that invoke URLs on the CI machine. Applications from these URLs change the same temporary files as unit test processes, so these files must be writeable to groups. I fixed this for apache already but it completely fails with jenkins.
Modifying /etc/default/jenkins to include the umask 002 command does not help. I verify that using gdb after restarting the service.
So how can I change the jenkins umask setting?
linux jenkins file-permissions umask
cweiske
source share