Re: Copy files from master to slave

2014-07-16 Thread Panikera Raj
Hi Corneil Thanks for you help, Actually I am using cross platform, as I mentioned above, If at all I want to use as Build step every time I need to mount directory and copy file to the machine some times mounting issue I am facing. Is there any other way where I can overcome this. Regards,

Re: Copy files from master to slave

2014-07-16 Thread corneil.duples...@gmail.com
The Copy to Slave plugin uses the Jenkins internal mechanism to transfer files. The SMP/SCP plugins will also help with access shares etc. On 16 July 2014 08:44, Panikera Raj panikera.raj...@gmail.com wrote: Hi Corneil Thanks for you help, Actually I am using cross platform, as I mentioned

Re: Copy files from master to slave

2014-07-16 Thread Les Mikesell
On Wed, Jul 16, 2014 at 1:44 AM, Panikera Raj panikera.raj...@gmail.com wrote: Hi Corneil Thanks for you help, Actually I am using cross platform, as I mentioned above, If at all I want to use as Build step every time I need to mount directory and copy file to the machine some times mounting

Re: Copy files from master to slave

2014-07-15 Thread Panikera Raj
Hi Corneil, I have gone through the Copy to slave plugin. Sorry if I understand wrongly, as with this plugin we can copy files to slave before building the master project. But my concern is to copy files in between master build is going on or at the end of the build is done (before going to start

Re: Copy files from master to slave

2014-07-15 Thread corneil.duples...@gmail.com
You add it as a build step before you need to use the files. Typically: Copy to slave Build artifacts Publish artifacts Publish Test results On 16 Jul 2014 6:57 AM, Panikera Raj panikera.raj...@gmail.com wrote: Hi Corneil, I have gone through the Copy to slave plugin. Sorry if I understand

Re: Copy files from master to slave

2014-07-14 Thread corneil.duples...@gmail.com
The Copy to Slave plugin is one option. https://wiki.jenkins-ci.org/display/JENKINS/Copy+To+Slave+Plugin On 14 July 2014 09:06, Panikera Raj panikera.raj...@gmail.com wrote: Hi All I have to copy couple of files from master machine (OS x) to slave machine (Windows) using Jenkins. how can I

Re: Copy files from master to slave

2014-07-14 Thread Les Mikesell
On Mon, Jul 14, 2014 at 2:06 AM, Panikera Raj panikera.raj...@gmail.com wrote: Hi All I have to copy couple of files from master machine (OS x) to slave machine (Windows) using Jenkins. how can I achieve this. If it is possible then I need to copy files from master (Users/Panikera/test ) to

Re: Copy files from master to slave

2014-07-14 Thread Panikera Raj
Thanks Corneil, Les, I will try and let you know. Regards, Panikera On Mon, Jul 14, 2014 at 8:41 PM, Les Mikesell lesmikes...@gmail.com wrote: On Mon, Jul 14, 2014 at 2:06 AM, Panikera Raj panikera.raj...@gmail.com wrote: Hi All I have to copy couple of files from master machine (OS