Jenkins, SSH plugin, 0 files transferred

后端 未结 2 653
执念已碎
执念已碎 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)
    0 讨论(0)
  • 2021-01-12 22:05

    You could simply archive it and scp the archive to the CentOS machine. Not all Jenkins plugins are created equal.

    0 讨论(0)
提交回复
热议问题