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 13 forks source link

Provide Performance Data Analysis for Debugging #136

Closed mawHBT closed 2 years ago

mawHBT commented 2 years ago

What feature do you want to see added?

A jenkins build-step should be implemented to provide Data for debugging.

So you can see the following: commit-sha changed Classes/methods which TestCases call these changes Do we measure changes

So if a TestCase calls the changes but is not identified to do so by peass, this will help to debug.

Upstream changes

No response

DaGeRe commented 2 years ago

Thanks for the issue, this now basically works. Just add peassAnalysis() to your pipeline, and you will get a table with the properties of the changes. Does this work for you?

image

mawHBT commented 2 years ago

Works for me on a TestProject local and remote.