Sorry for not answering earlier but yes of course, that'll work if the machine is a jenkins slave.
It is more as a Jenkins node (master or slave) execute a command on a distant machine (which isn't where Jenkins is running) and I'd need to pull back few things to my workspace. Thank you for your help, Alexis. Le jeudi 26 avril 2012 10:25:25 UTC+2, Stephen Connolly a écrit : > > Archive artifacts? That is standard functionality in Jenkins and will pull > them from the slave to the master when the build is finished > > On 26 April 2012 09:22, Alexis Morelle <[email protected]> wrote: > >> Hi, >> >> I have been using the SSH Jenkins plugin, which works brilliantly from >> the Jenkins master or slave to copy down artifacts to a machine (push) or >> run remote commands on some other machine. What I found, however, is there >> is no obvious way to copy FROM (pull) that remote machine. The usage model >> would be the following: Execute a command on the remote machine, then copy >> the results (e.g. some report) from that command to the Jenkins managed >> server so it can be stored in the workspace. Did I miss something with this >> (or another) plugin, or is this capability just not there? >> >> Thank you for your help, >> Alexis. >> > >
