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