Thanks Daniel I'll take a look on it ;)

But, although using that new API, how could I get the full URL?

Thanks!

El viernes, 29 de agosto de 2014 13:30:10 UTC+2, Daniel Beck escribió:
>
> Just FYI build.getAggregatedTestResultAction had its signature changed in 
> 1.577. 
>
>
> http://javadoc.jenkins-ci.org/hudson/model/AbstractBuild.html#getAggregatedTestResultAction%28%29
>  
>
> On 29.08.2014, at 13:22, Manuel de la Peña <mdela...@gmail.com 
> <javascript:>> wrote: 
>
> > Hi community 
> > 
> > I've debugging jenkins code to know how the full jUnit test result url 
> is generated. 
> > 
> > That url can be from a matrix project with several axis, or a maven 
> project, or whatever. 
> > 
> > Is there an easy way to compound that URL once I get the testResult 
> list? 
> > 
> > AggregatedTestResultAction aggregatedTestResultAction = 
>  build.getAggregatedTestResultAction(); 
> > 
> > List<CaseResult> failedTests = 
> aggregatedTestResultAction.getFailedTests(); 
> > 
> > 
> > Thanks! 
> > 
> > -- 
> > 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 <javascript:>. 
> > 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.
For more options, visit https://groups.google.com/d/optout.

Reply via email to