0

我正在做一个项目,我想通过jenkins将编译的文件(通过jenkins编译)从一个Windows服务器复制到另一个。Jenkins 安装在 Windows 服务器上,构建代码后,应通过 jenkins 将编译后的文件复制到另一台 Windows 服务器。有没有办法实现它?

4

1 回答 1

0

Jenkins might be able to do it, via the script steps running the scp command; however, if this is part of a build, I would suggest attaching the file(s) to a project, and distributing them through the maven repository.

于 2013-09-03T14:20:52.730 回答