Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在做一个项目,我想通过jenkins将编译的文件(通过jenkins编译)从一个Windows服务器复制到另一个。Jenkins 安装在 Windows 服务器上,构建代码后,应通过 jenkins 将编译后的文件复制到另一台 Windows 服务器。有没有办法实现它?
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.