Jenkins, SSH plugin, 0 files transferred

后端 未结 2 654
执念已碎
执念已碎 2021-01-12 21:18

We are a group of three doing a project using MEANJS, Bitbucket is our source control and we are using Jenkins for test automation and CI. We want to use Jenkins to pull fro

2条回答
  •  臣服心动
    2021-01-12 21:58

    I had this problem and found 2 issues:

    1. the files in the transfer set are relative to the job workspace. So you just use **
    2. setting a destination directory in the SSH server setup and on the SSH server in the build configuration causes it to double the path (i.e. /tmp in both places results in /tmp/tmp)

提交回复
热议问题