jenkinsci / peass-ci-plugin

Jenkins plugin for peass to support performance measurement in CI
https://plugins.jenkins.io/peass-ci/
GNU Affero General Public License v3.0
4 stars 12 forks source link

Management Overview #61

Closed DaGeRe closed 2 years ago

DaGeRe commented 2 years ago

Besides the day-to-day information over performance changes, an overview over long-term-changes might be helpful. This should show the changes per test case for a given time span, e.g. since a given release tag.

DaGeRe commented 2 years ago

The basic implementation of this requirement would require the following steps:

DaGeRe commented 2 years ago

The basic data structure and the dummy builder are now existing: e0c337f660b7e80786d62e31a2b038930b1feccd Next step would be to implement the details.

DaGeRe commented 2 years ago

This works now (with peassOverview): https://github.com/jenkinsci/peass-ci-plugin/blob/main/src/main/resources/de/dagere/peass/ci/peassOverview/PeassOverviewBuilder/config.jelly

Sortability is not required by now. Please file new issues for feature enhancement requests.