clintonhealthaccess / chailmis-android

Android Tablet Application for Logistics Management in the DHIS2 Platform
Other
7 stars 6 forks source link

Fix Jenkins from spamming logs due to defect #237

Open karloskalcium opened 9 years ago

karloskalcium commented 9 years ago

Jenkins log on CI is filling up due to a defect. Turn off Multicast DNS to work around this issue.

karloskalcium commented 9 years ago

This was fixed by adding "-Dhudson.DNSMultiCast.disabled=true" to the JAVA_ARGS setting in /etc/default/jenkins, per https://issues.jenkins-ci.org/browse/JENKINS-29490 and https://issues.jenkins-ci.org/browse/JENKINS-25369. Note this change isn't stored in source control due to the way Jenkins is managed in this app - we don't have scripts which do full provisioning of the server.