Tracy Theron
Tracy Theron

Reputation: 343

how to let the slave to upload the build file to another remote server?

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

Answers (1)

rcomblen
rcomblen

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

Related Questions