在 FTP 上发送构建 ARTefacts 而不是使用源文件

send build ARtefacts over FTP not taking the source files

我正在使用 Jenkins 中的“通过 FTP 发送构建工件”插件在 FTP 服务器上发送 dotNet projet 的已发布文件。

问题是,如果我把真实的目录(如下图),jenkins 结果是:

FTP: Connecting from host [server03]
FTP: Connecting with configuration [FTPServer] ...
FTP: Disconnecting configuration [FTPServer] ...
FTP: Transferred 0 file(s)

它仅在我将 * 放入 源文件时有效 但它传输错误的文件(从工作区)?

我错过了什么?

我对此有自己的答案:这个插件只适用于工作区下的文件,它不能采用根路径