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

File transfer progress feedback

XMLWordPrintable

      The problem is that currently when sending files to remote server the task seems to be stuck on "SSH: Connecting...".

      So some kind of feedback is needed (at least as an option) to show at least information about files that are being transfer e.g.:
      ```
      SSH: Transfering 'some-workspace-subdir/some-file-name.war'...
      ```

      Or even better – for large files or slow transfer – show progress every 30 seconds like so:
      ```
      SSH: Transfering 'large-file.iso'...
      15% complete...
      31% complete...
      44% complete...
      Done.
      SSH: Transfering 'small-file.sh'...
      Done.
      ```

      30 seconds feedback is just my personal preference - it could be configurable too.

            Unassigned Unassigned
            nux Maciej Jaros
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: