You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
Just a suggestion: consider adding a cksum feature that will check the jar/war on the localhost and then compare with the remote jar/war cksum. If cksum test fails repeat, deploy 2 more times.
If interested, let me know - i could try to make it and do pull request for it.
Cheers
The text was updated successfully, but these errors were encountered:
I use the gradle-ssh-plugin to transfer webapps for deployment. While testing we are transfering a lot of large files so it would be nice if the plugin could detect that the file didn't change and only transfer changed files.
I use rsync as a workaround to vastly improve upload performance. This build script uses the application plugin to produce a distribution which is then uploaded to the server. The ssh plugin is finally used to launch the application. I use ssh-add to provide a private key.
Hi,
Just a suggestion: consider adding a
cksum
feature that will check the jar/war on the localhost and then compare with the remote jar/war cksum. If cksum test fails repeat, deploy 2 more times.If interested, let me know - i could try to make it and do pull request for it.
Cheers
The text was updated successfully, but these errors were encountered: