-
Bug
-
Resolution: Unresolved
-
Minor
-
None
If you configure http and udp port by specifying the following configuration for the hpi plugin, the ports will not be honored if you set the same config by using -D it will work correctly.
<configuration> <systemProperties> <property> <name>jetty.port</name> <value>8083</value> </property> <property> <name>hudson.udp</name> <value>33852</value> </property> </systemProperties> </configuration>