Reputation: 619
Is there a plugin for jenkins that reports on the summary of the results of the build for the day?
e.g. a job executes 10 times a day and at the end of the day it will report on the results of all the builds.
Upvotes: 5
Views: 4143
Reputation: 16605
Depending how much customization you need you may find Radiator View Plugin or eXtreme Feedback Panel Plugin useful.
You can also write your own custom Groovy-based job that utilizes Groovy Plugin to access Jenkins API in order to collect and display the statistics you need.
Upvotes: 6