Is there any \"adequate\" way to change system properties in Jenkins? What is the easiest/fastest way change them? For instance, I need to turn off the useless (in my case)
If you use Tomcat on Windows you can edit the File C:\apache-tomcat-7.0.67\conf\catalina.properties and simply add the Line
C:\apache-tomcat-7.0.67\conf\catalina.properties
hudson.DNSMultiCast.disabled=true
at the End of the File. Then safe the File and restart Tomcat.