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

Windows agent instructions in UI adds superfluous space in secret file

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: Minor Minor
    • core
    • None
    • Windows Server Core 2019

      Jenkins Agent instructions in UI tells user to run:

      echo XXXXXXXX > secret-file

      (where XXXXXXXX is a secret)

      This is fine under Linux, but a little bit wrong under Windows. The space between last character of a secret and > sign is actually added into secret-file. Thus agent authentication doesn't work if one tries to use that secret file.

      For it to work under Windows the command should be:

      echo XXXXXXXX> secret-file

            Unassigned Unassigned
            vilius Vilius
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated: