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

Make hostname detection for Selenium RC nodes more reliable.

    • Icon: Patch Patch
    • Resolution: Fixed
    • Icon: Minor Minor
    • selenium-plugin
    • None
    • Windows slave with firewall and / or Active Directory DNS (it is known to suffer from amnezia).

      Sometimes it can happen that the selenium RC launcher can't determine the name of the host it is running. In these cases Hudson could fall back to some other methods hased on some system property or the name of the node.

          [JENKINS-5373] Make hostname detection for Selenium RC nodes more reliable.

          I think a better place to make this change is in the core, inside c.getHostName()

          Kohsuke Kawaguchi added a comment - I think a better place to make this change is in the core, inside c.getHostName()

          Code changed in hudson
          User: : kohsuke
          Path:
          trunk/hudson/main/core/src/main/java/hudson/model/Computer.java
          trunk/www/changelog.html
          http://jenkins-ci.org/commit/26364
          Log:
          [FIXED JENKINS-5373] in 1.343.
          Allow the administrator to control the host names via a system property "host.name" per slave, in case auto-detection fails.

          SCM/JIRA link daemon added a comment - Code changed in hudson User: : kohsuke Path: trunk/hudson/main/core/src/main/java/hudson/model/Computer.java trunk/www/changelog.html http://jenkins-ci.org/commit/26364 Log: [FIXED JENKINS-5373] in 1.343. Allow the administrator to control the host names via a system property "host.name" per slave, in case auto-detection fails.

            kohsuke Kohsuke Kawaguchi
            lkishalmi lkishalmi
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved: