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.

Reply via email to