Download files over FTP in a jenkins job?

后端 未结 2 545
生来不讨喜
生来不讨喜 2021-01-18 20:57

It seems that its only possible to upload files over FTP using:

https://wiki.jenkins-ci.org/display/JENKINS/Publish+Over+FTP+Plugin

But I need to download a

2条回答
  •  离开以前
    2021-01-18 21:38

    There is now an SSH2Easy plugin available that supports sftp to/from remote systems. My company has moved to requiring use of sftp and won't allow ftp any longer.

    This plugin, at the time of this reply, still needs some polishing, but it does work.

提交回复
热议问题