[Qa-jenkins-scm] [Git][qa/jenkins.debian.net][master] prevent jenkins log to grow >100G in size. thanks to nthykier for the hint

Holger Levsen gitlab at salsa.debian.org
Tue May 7 12:07:27 BST 2019



Holger Levsen pushed to branch master at Debian QA / jenkins.debian.net


Commits:
8f21110b by Holger Levsen at 2019-05-07T11:07:05Z
prevent jenkins log to grow >100G in size. thanks to nthykier for the hint

Signed-off-by: Holger Levsen <holger at layer-acht.org>

- - - - -


2 changed files:

- hosts/jenkins/etc/default/jenkins
- hosts/osuosl-build173-amd64/etc/postfix/main.cf


Changes:

=====================================
hosts/jenkins/etc/default/jenkins
=====================================
@@ -32,6 +32,7 @@ JAVA_ARGS="$JAVA_ARGS -XX:+UseG1GC "
 
 # make jenkins listen on IPv4 address
 #JAVA_ARGS="-Djava.net.preferIPv4Stack=true"
+JAVA_ARGS="$JAVA_ARGS -Dhudson.DNSMultiCast.disabled=true"
 
 PIDFILE=/var/run/$NAME/$NAME.pid
 


=====================================
hosts/osuosl-build173-amd64/etc/postfix/main.cf
=====================================
@@ -21,6 +21,7 @@ readme_directory = no
 smtpd_tls_cert_file=/etc/ssl/certs/ssl-cert-snakeoil.pem
 smtpd_tls_key_file=/etc/ssl/private/ssl-cert-snakeoil.key
 smtpd_use_tls=yes
+smtp_enforce_tls = yes
 smtpd_tls_session_cache_database = btree:${data_directory}/smtpd_scache
 smtp_tls_session_cache_database = btree:${data_directory}/smtp_scache
 
@@ -32,7 +33,7 @@ alias_maps = hash:/etc/aliases
 alias_database = hash:/etc/aliases
 myorigin = /etc/mailname
 mydestination = osuosl-build173-amd64.debian.net, localhost
-relayhost = mail.holgerlevsen.de
+relayhost = smtp.osuosl.org:587
 #mynetworks = 127.0.0.0/8 [::ffff:127.0.0.0]/104 [::1]/128
 mynetworks = 127.0.0.0/8
 mailbox_size_limit = 0



View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/commit/8f21110b028f7eeb4d7daaf4535d91bb532e16da

-- 
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/commit/8f21110b028f7eeb4d7daaf4535d91bb532e16da
You're receiving this email because of your account on salsa.debian.org.

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/qa-jenkins-scm/attachments/20190507/de020aae/attachment.html>


More information about the Qa-jenkins-scm mailing list