I've found it useful on Windows where you have to jump through a bunch more hoops than what you wrote. I really only personally need the publish-over-cifs plugin in my pipeline for cross platform writing to Windows shares, but I figured I could update all of them if I was in there making changes on the others anyway.
On Tue, Aug 1, 2017 at 12:21 PM Jesse Glick <[email protected]> wrote: > On Tue, Aug 1, 2017 at 12:14 PM, Slide <[email protected]> wrote: > > I would like to take over maintaining the publish-over plugins > > (publish-over-plugin, publish-over-cifs-plugin, publish-over-ssh-plugin, > > publish-over-ftp-plugin) to bring them up to pipeline compatibility. > > What is the real use case for `publish-over-ssh`? Seems to be handled > more transparently and flexibly with a simple > > sshagent(['your-SSH-creds']) { > sh 'scp whatever.war admin@server:/webapps' > } > > Less familiar with the other members of the suite of course. > > -- > You received this message because you are subscribed to the Google Groups > "Jenkins Developers" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To view this discussion on the web visit > https://groups.google.com/d/msgid/jenkinsci-dev/CANfRfr1aXRPS_5s-tOt%3DBWRpFwQqn7fSFRYjiZVzu_5Ag_YnVg%40mail.gmail.com > . > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "Jenkins Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-dev/CAPiUgVdBjWqqCSxiapVfdCF4fCSaew9T0jOheOC6bvCSJLivKQ%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
