Reputation: 343
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?
Upvotes: 1
Views: 2802
Reputation: 4649
If you flag the file as an artifact to be archived in the post-build step, then it will be streamed back to the master.
Upvotes: 2