Re: [External] Re: Jenkins ssh and pull (copy) files

2012-07-06 Thread Fred G
Oh, ok. I guess you have a good reason why you are not running a Jenkins slave on this remote machine? It saves a lot of file copying trouble. ;) On Friday, July 6, 2012 5:29:41 PM UTC+2, Ligade, Shailesh [USA] wrote: > > Thanks Fred, > > I guess this would have worked..but I am not deploying t

RE: [External] Re: Jenkins ssh and pull (copy) files

2012-07-06 Thread Ligade, Shailesh [USA]
Thanks Fred, I guess this would have worked..but I am not deploying to slave..it is totally different VM, where I run bash script via SSH copy plugin.. All I need is copy few log files back to master Jenkins, if my script determines that deployment was failure, and attach the files to email. T

RE: [External] Re: Jenkins ssh and pull (copy) files

2012-07-06 Thread Ligade, Shailesh [USA]
Thanks, No this is doable I guess..what I am trying to do is: Using ssh plugin, copy wars to target environment, then I run a script on target environment to deploy those wars. If within the script, I figure out there was error in deployment, I want to get deployment logs back to Jenkins so th