その日のビルド結果の要約を報告するjenkins用のプラグインはありますか?
たとえば、ジョブは1日に10回実行され、1日の終わりに、すべてのビルドの結果が報告されます。
その日のビルド結果の要約を報告するjenkins用のプラグインはありますか?
たとえば、ジョブは1日に10回実行され、1日の終わりに、すべてのビルドの結果が報告されます。
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.