1

I use Jenkins to trigger a slave to make a build,after the build finished,I want the slave to copy the build file to a master machine.I know there are scp plugin in the Jenkins,but is it work for the slave? how to configure it? if this plugin doesn't work,is there any other solution?

4

1 回答 1

2

如果您将文件标记为要在构建后步骤中存档的工件,那么它将被流式传输回主服务器。

于 2013-03-05T07:58:34.207 回答