On Fri, May 17, 2013 at 9:36 AM, Zigster <[email protected]> wrote:
>
> I can retreive the clover.xml data from the last Build via:
>
> http://[server_url]/job/[job_name]/api/xml?xpath=/*/healthReport[1]/description
>
> But this somehow DOESN'T work for any other previous build eg.:
>
> http://[server_url]/job/[job_name]/lastSuccessfulBuild/api/xml?xpath=/*/healthReport[1]/description
>
> -or-
>
> http://[server_url]/job/[job_name]/[build_nr]/api/xml?xpath=/*/healthReport[1]/description
>
> Does anyone know, how to access the data correctly?

Can't you just use the normal UI (not api) URL to these:
http://[server_url]/job/[job_name]/[build_nr]/artificat/path/filename ?
or
http://[server_url]/job/[job_name]/[build_nr]/artificat/*zip*/archive.zip
if you want everything that you archived?

--
   Les Mikesell
     [email protected]

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


Reply via email to