diff options
Diffstat (limited to 'etc')
-rw-r--r-- | etc/default/jenkins | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/default/jenkins b/etc/default/jenkins index d3fdb8f1..744fca61 100644 --- a/etc/default/jenkins +++ b/etc/default/jenkins @@ -42,7 +42,7 @@ MAXOPENFILES=8192 # set the umask to control permission bits of files that Jenkins creates. # 027 makes files read-only for group and inaccessible for others. comment this out to inherit setting # (as of Ubuntu 12.04, by default umask comes from pam_umask(8) and /etc/login.defs -UMASK=027 +UMASK=022 # port for HTTP connector (default 8080; disable with -1) HTTP_PORT=8080 |