| jenkins version; 2.190.1 When set Hostnetwork to true from Jenkins GUI. we have folowing saved in config.xml.
<hostNetwork>true</hostNetwork>
However, next time, when open GUI again, HostNetwork is displayed and reset to False  if user does not know this, and changed any other configure and save again. From config.xml, we could see hostNetwork is set to false again. in config.xml
<hostNetwork>false</hostNetwork>
|