I wrote this ext-mail groovy script to give me that information from a 
multijob in the result email:

JOB SUMMARY                                                                 
                                                                            
                                                                            
  
<%                                                                         
                                                                            
                                                                            
   
build.getSubBuilds().each() { subBuild ->                                   
                                                                            
                                                                            
  
%>  JOB [<%= subBuild.getDuration() %>] <%= subBuild.getResult().toString() 
%> <%= subBuild.getJobName() %>#<%= subBuild.getBuildNumber() %>   
[${rooturl}<%= subBuild.url %>]                                             
           
<%                                                                         
                                                                            
                                                                            
   
}                                                                           
                                                                            
                                                                            
  
%>                                                                         
                                                                            
                                                                            
   
                                                                            
                                                                            
                                                                            
  

You probably want to see all this status on the web interface instead of 
the email.  You might be able to leverage the groovy post build plugin and 
this code snippet to do that somehow.

Andy


On Friday, September 20, 2013 10:17:51 AM UTC-4, Tânia Magalhães wrote:
>
> Any ideas on how to have a report for multi job builds? A report or 
> something that shows at once the results of all down streaming jobs?
>
> If I have a multi job named A with the following configuration
> job B
> job D
> job E
> job C
>
> When the build for A ends, to get the information from the builds for all 
> down streaming jobs, I have to
> click at console output for A
> click the link for the build of job B
> click the link for the build of job D
> click the link for the build of job E
> click the link for the build of job C
>
> It would be great to have something that shows everything at the same time.
>
> 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-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to