wiki:jenkins_troubleshooting
This is an old revision of the document!
Table of Contents
Jenkins troubleshooting
Too much logging
Issue with a certain java library causes writes of hundreds of GBs in logs Solution is to run jenkins without DNS function
In /etc/default/jenkins add these 2 options in JAVA_ARGS line:
-Dhudson.DNSMultiCast.disabled=true -Dhudson.udp=-1
Restart jenkins:
service jenkins restart
Tested on
See also
References
wiki/jenkins_troubleshooting.1664791614.txt.gz · Last modified: 2022/10/03 10:06 by antisa