Re: Access jenkins artifacts

2013-05-17 Thread Zigster
i/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? Thanks again :-) Zigster Am Dienstag, 14. Mai 2013 12:46:26 UTC+2 schrieb Zigster: > > Hi Je

Re: Access jenkins artifacts

2013-05-14 Thread Zigster
Thanks for the hints...!! @DarkRift: yep that's what I'm trying to figure out: What methods of the Jenkins API to use for accessing the artifacts of a previous build (especially clover.xml) and to access a specific node and it's attribute... Thanks again for assistance... -- You received th

Access jenkins artifacts

2013-05-14 Thread Zigster
age: (coveredelements/elements) * 100 But how can I access the clover.xml from e.g. the Groovy Postbuild Plugin in Jenkins ? Any suggestions are greatly appreciated! Zigster -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubs

Re: Monitoring Metrics (eg. code coverage) Degradation

2013-02-13 Thread Zigster
Thanks for the hint William! Does the cobertura plugin work with php and phpunit respectively? Thanks for info on that!! Zigster Am Mittwoch, 13. Februar 2013 16:20:49 UTC+1 schrieb William Soula: > > The cobertura plugin allows you to mark a build as unstable if the user > c

Re: Monitoring Metrics (eg. code coverage) Degradation

2013-02-13 Thread Zigster
... With some magic you could check the results > and return 0 or 1 (i'm not sure the exact value), which will tell jenkins > if it failed or not... > > This kind of trick helped me a lot when I didn't want to rely on old > plugins or my requirement was too custom... >

Re: Monitoring Metrics (eg. code coverage) Degradation

2013-02-12 Thread Zigster
It's a PHP project... -- 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.googl

Monitoring Metrics (eg. code coverage) Degradation

2013-02-12 Thread Zigster
h the avalibale plugins, I couldn't find any matching tool to get this task done. That's why I'd be thankful for any suggestion on how to achieve this goal! Thanks Zigster -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group.