Hi Tripti,
You are correct there is no plugin that can help you to create a custom
dashboard specified by you.
All you need to write a groovy script to access Jenkins job history and
prepare report according to your need
First get list of jobs via groovy script:
Jenkins.instance.getAllItems(Job.class).each{
println it.name + " - " + it.class
}
Next get each job and get build status :
Following link has script that can help you in that:
https://github.com/cloudbees/jenkins-scripts/blob/master/get-build-information.groovy
You need to use groovy plugin and it looks like below link.
https://www.google.com/search?safe=active&q=jenkins+groovy+script+examples&sa=X&ved=2ahUKEwj-weOYx8TeAhXEtI8KHbCMABQQ1QIoA3oECAoQBA&biw=412&bih=660&dpr=2.63#imgrc=qnNClrZNVTUKnM
:
I know I didn't have you full solution but I hope this will give some
direction for to implement your requirement.
Thanks
Rajendra
On Tue, 6 Nov, 2018, 15:41 trupti bhatt <[email protected] wrote:
> I want to get the jenkins report as in this template:
>
> [image: enter image description here]
> <https://i.stack.imgur.com/JLX16.png>
>
> so which plugin will help me to get such kind of report?
>
> I have tried multiple plugins, but no luck. I have tried test analyzer
> report, dashboard view and jenkins matrix and trends plugin.
>
>
> I think Groovy scripts may help. can anyone help me on it?
>
>
>
>
> Thank you,
>
> Trupti Bhatt
>
> --
> 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].
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/jenkinsci-users/291de8a3-6bf5-4d5e-ae15-625044d11aaa%40googlegroups.com
> <https://groups.google.com/d/msgid/jenkinsci-users/291de8a3-6bf5-4d5e-ae15-625044d11aaa%40googlegroups.com?utm_medium=email&utm_source=footer>
> .
> 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].
To view this discussion on the web visit
https://groups.google.com/d/msgid/jenkinsci-users/CAMrg02RhWnOG3Pc2MoYuzpdTdSkQtd4Km6i90r1aOs85i%2BFurg%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.