Yes, you can do this. I do this right now where I have a job that runs after all my other jobs have completed (I used Build-Flow for this). The job has a groovy template that loops through all the jobs in Jenkins, filters the ones I really want to see and creates a table with all the job information and status. You just need to learn more about the Jenkins API that are available via groovy.
On Thu, Sep 19, 2013 at 12:34 AM, pradeep kattekola < [email protected]> wrote: > > Hi Friends, > > I have multiple jobs in Jenkins and i get proper mail when the build gets > execute through Email-ext plugin. But is there any way to gets the > > Consolidate report of all jobs current results? > > > Thanks, > > Prathip > > > > -- > 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/groups/opt_out. > -- Website: http://earl-of-code.com -- 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/groups/opt_out.
