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.

Reply via email to