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
> 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, 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 share some example or some more details
> about it, like is it simple CLI that we can call through batch or need some
> extra installation or something like that.
> >
> > It's really very basic, just look at the URLs of archived artifacts, or
> the URL of the 'download all as ZIP' link, and download that, possibly
> sending auth headers as needed to authenticate with Jenkins.
> >
> > --
> > 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 jenkinsci-users+unsubscr...@googlegroups.com.
> > To view this discussion on the web visit
> https://groups.google.com/d/msgid/jenkinsci-users/7700F39A-AAB2-4AB8-9775-125856B2C405%40beckweb.net
> .
> > For more options, visit https://groups.google.com/d/optout.
>
> --
> You received this message because you are subscribed to a topic in the
> Google Groups "Jenkins Users" group.
> To unsubscribe from this topic, visit
> https://groups.google.com/d/topic/jenkinsci-users/gtwlTeotwlc/unsubscribe.
> To unsubscribe from this group and all its topics, send an email to
> jenkinsci-users+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/jenkinsci-users/CAGyo1oz23vpEmRL%2BJ8Hzv0svThFj%3Dkhv8i-Z_tTtQ4K8m3t4aw%40mail.gmail.com
> .
> For more options, visit https://groups.google.com/d/optout.
>

-- 
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 jenkinsci-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/CABpgDEuescDtzcXguwyfSCQPD8WapE-Kx_EWwtgfc9ujEbn7bA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


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, 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 share some example or some more details about 
>> it, like is it simple CLI that we can call through batch or need some extra 
>> installation or something like that.
>
> It's really very basic, just look at the URLs of archived artifacts, or the 
> URL of the 'download all as ZIP' link, and download that, possibly sending 
> auth headers as needed to authenticate with Jenkins.
>
> --
> 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 jenkinsci-users+unsubscr...@googlegroups.com.
> To view this discussion on the web visit 
> https://groups.google.com/d/msgid/jenkinsci-users/7700F39A-AAB2-4AB8-9775-125856B2C405%40beckweb.net.
> For more options, visit https://groups.google.com/d/optout.

-- 
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 jenkinsci-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/CAGyo1oz23vpEmRL%2BJ8Hzv0svThFj%3Dkhv8i-Z_tTtQ4K8m3t4aw%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


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 share some example or some more details about it, 
> like is it simple CLI that we can call through batch or need some extra 
> installation or something like that. 

It's really very basic, just look at the URLs of archived artifacts, or the URL 
of the 'download all as ZIP' link, and download that, possibly sending auth 
headers as needed to authenticate with Jenkins.

-- 
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 jenkinsci-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/7700F39A-AAB2-4AB8-9775-125856B2C405%40beckweb.net.
For more options, visit https://groups.google.com/d/optout.


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 need some extra
installation or something like that.

Thank You!

On Wed, May 11, 2016 at 4:21 PM, Daniel Beck  wrote:

>
> > 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.
>
> --
> You received this message because you are subscribed to a topic in the
> Google Groups "Jenkins Users" group.
> To unsubscribe from this topic, visit
> https://groups.google.com/d/topic/jenkinsci-users/gtwlTeotwlc/unsubscribe.
> To unsubscribe from this group and all its topics, send an email to
> jenkinsci-users+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/jenkinsci-users/5E49F15D-954A-4F1B-BB0B-94C8F94F66B9%40beckweb.net
> .
> For more options, visit https://groups.google.com/d/optout.
>

-- 
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 jenkinsci-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/CABpgDEsN3zAmDL69D4_xeV_bsoNoJ%2BHCukoksNNBBzc_DjDMiw%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.