We use the scp plugin for this use case, https://wiki.jenkins-ci.org/display/JENKINS/SCP+plugin The plugin has some bugs in the last release and the maintainer hasn't released a new version for a while so you should use the latest from master which means you'll need to build from source. Just so you are away, we run Jenkins on Linux (ubuntu) and it definitely works for us. i'm not sure how it will perform in a Windows Env.
On Wednesday, August 5, 2015 at 6:33:49 AM UTC-7, Rajasekar Vasudevan wrote: > > Can someone direct me here? I have a simple job configured in Jenkins on a > WINDOWS environment (master and all slaves running on windows) and the job > is supposed to run on a particular slave. When you build the job, the build > log ( log.log) gets stored in ” > %JENKINS_HOME%\jobs\\builds\%BUILD_NUMBER%\” on the master. > > > I do have a Jenkins workspace (which is required when you add a slave > node) set on the slave for this job–where nothing gets stored when the job > runs. > > > With this scenario, I would like to copy the build log (log.log file > that’s available on the master) to a share drive. Please advise me the way > to get this done. I have tried few plugins “Copy to slave”, “Copy Artifact > Plugin” and ArtifactDeployer Plugin…I could not get them working to meet > what I need > -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-users/fe999c32-ab64-4e99-ab59-6bb6fdd6019d%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
