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

Configurable ssh port for packaging scripts breaks publishing ig default options are used

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Minor Minor
    • packaging
    • None

      Default value for SSH port causes the publishing to fail since it includes unneeded double quotes in command to execute:

      rsync -avz -e "ssh "-p 22"" ...
      

      Note double quotes in "-p 22". Command to execute should be:

      rsync -avz -e "ssh -p 22" ...
      

            armfergom Armando Fernandez
            armfergom Armando Fernandez
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: