Re: how can we use artifacts from the job running on the another jenkins machine ?

2016-05-12 Thread Ganesh Kumbhar
Okayy .. I will try you suggestions Thanks a lot Daniel & iosif .. Good day! On Thu, May 12, 2016 at 4:09 PM, iosif neitzke < iosif.neitzke+jenk...@gmail.com> wrote: > On Windows without Copy Artifact plugin or curl, we use > lwp-download,which is a wrapper tool around Perl, provided by > Active

Re: how can we use artifacts from the job running on the another jenkins machine ?

2016-05-12 Thread iosif neitzke
On Windows without Copy Artifact plugin or curl, we use lwp-download,which is a wrapper tool around Perl, provided by ActivePerl, to download artifacts from job to job. Powershell having a similar option sounds familiar too. On Thu, May 12, 2016 at 9:05 AM, Daniel Beck wrote: > >> On 12.05.2016,

Re: how can we use artifacts from the job running on the another jenkins machine ?

2016-05-12 Thread Daniel Beck
> On 12.05.2016, at 15:20, Ganesh Kumbhar wrote: > > 1. If I'm not wrong these are Unix/Linux CLI's and my Jenkins is wjndows .. > can I use the same here ? Just find a tool that does something similar on Windows. I think PowerShell allows doing this as well. > 2. if possible can you pls sh

Re: how can we use artifacts from the job running on the another jenkins machine ?

2016-05-12 Thread Ganesh Kumbhar
Hello Daniel, Thanks for your reply. have got few doubts : 1. If I'm not wrong these are Unix/Linux CLI's and my Jenkins is wjndows .. can I use the same here ? 2. if possible can you pls share some example or some more details about it, like is it simple CLI that we can call through batch or nee

Re: how can we use artifacts from the job running on the another jenkins machine ?

2016-05-11 Thread Daniel Beck
> On 11.05.2016, at 16:03, Ganesh Kumbhar wrote: > > But if I want to copy artifacts from some another Jenkins machine, then is it > possible ?, if yes, how? Not possible using Copy Artifact, but you could always download files from a Jenkins in a script using one or a few wget/curl/… calls.