Couldn't you perform the http GET with the Python urllib2 library to
satisfy the lead of your group?

Then the download process is in Python, and it uses the standard Jenkins
API for downloading artifacts (http GET).

Mark Waite


On Tue, Dec 3, 2013 at 2:55 PM, <joshuamarbe...@gmail.com> wrote:

> Richard,
>
>   thanks for the advice. This does work. But, I'm still interested in a
> way doing it with the API as the lead of my group would prefer it done that
> way.
>
> On Monday, December 2, 2013 6:33:48 PM UTC-8, Richard Bywater wrote:
>
>> No need to use the API to get the builds. Basically once you've chosen to
>> archive the build artifacts, you can use a plain HTTP GET on a URL(s) to
>> retrieve the file(s) you need to load into your system.
>>
>> Richard.
>>
>>
>> On Tue, Dec 3, 2013 at 3:26 PM, <joshuam...@gmail.com> wrote:
>>
>>> Hi,
>>>
>>>   I'm a brand new user and I've been tasked with automating the process
>>> of pulling a build from Jenkins and loading it into a UUT on our custom
>>> test system. I've been reading through Jenkins tutorials and wikis and have
>>> seen a lot of API commands that deal with starting builds and getting build
>>> test results. But, have not seen anything about using the API commands to
>>> actually pull a build from Jenkins. I'm specifically interested in doing so
>>> with the Python API subset as our test system runs Python scripts. Any help
>>> or information would be greatly appreciated.
>>>
>>>
>>> Joshua Marberry
>>> Test Software Developer
>>> RED Digital Cinema
>>>
>>> --
>>> 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-use...@googlegroups.com.
>>> For more options, visit https://groups.google.com/groups/opt_out.
>>>
>>
>>  --
> 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.
> For more options, visit https://groups.google.com/groups/opt_out.
>

-- 
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.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to