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

Evergreen instructions don't work with IPv6

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Won't Do
    • Icon: Minor Minor
    • evergreen
    • None

      Evergreen's README says to use:

      ParameterKey=SSHLocation,ParameterValue=$( curl ident.me )/0

      Which won't work when there is IPv6 connectivity as

      $( curl ident.me )

      will return an IPv6 address which isn't what the SSHLocation parameter requires.

      $( curl v4.ident.me )/0

      should be used instead.

            batmat Baptiste Mathus
            candrews candrews
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: