Uploaded image for project: 'Jenkins'
  1. Jenkins
  2. JENKINS-37255

hpi:run not honoring systemProperties jetty:port and hudson.udp

    • Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: Minor Minor
    • maven-plugin
    • 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>
      

          [JENKINS-37255] hpi:run not honoring systemProperties jetty:port and hudson.udp

          There are no comments yet on this issue.

            Unassigned Unassigned
            alobato Alvaro Lobato
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated: