-
New Feature
-
Resolution: Incomplete
-
Minor
-
None
At this moment, the plugin always sends full build artifacts (tons of media files and etc) over each build, which is an absolute overkill and waste of:
- resources & performance of Jenkins environment
- resources & performance of staging/production site
so, whenever you have a chance, please implement this trivial things - before sending the artifact files, compare them to last sent file's md5 (or whatever) signature, and if content is not changed, don't resend. You can leave that 'option' by default turned off, but at least, give us way to enable that option.
For your information, all publish-over-ssh component type JENKINS issues related to the Publish Over SSH plugin have been transferred to Github: https://github.com/jenkinsci/publish-over-ssh-plugin/issues
Here is the direct link to this issue in Github: https://github.com/jenkinsci/publish-over-ssh-plugin/issues/65
And here is the link to a search for related issues: https://github.com/jenkinsci/publish-over-ssh-plugin/issues?q=%22JENKINS-67963%22
(Note: this is an automated bulk comment)