Jenkins transferring 0 files using publish over SSH plugin

后端 未结 4 760
感情败类
感情败类 2020-12-05 13:54

I want to transfer files from my post build Jenkins workspace to a location on a remote server. Build goes smoothly for all steps in the job but always transfers 0 files.

4条回答
  •  北荒
    北荒 (楼主)
    2020-12-05 14:43

    In my case I was using the absolute path(from root) in "Transfer Set Source Files:". When I changed the path relative to the workspace, It worked!

提交回复
热议问题