Dear Jenkins developer community,
I am looking for a plugin to compare test results between builds.
My test results are not limited to a Boolean (Success/Failure) but may include numerical values (beyond just execution time).
Ideally, I am looking for a Jenkins plugin to archive for each build, a file in a standard data format (CSV or XML or json or upgraded Junit report) that holds information about group name/name/value and display a table to visually compare the values.
I found a few plugin with parts of the answer
And a few performance plugins linked to commercial products that seems to combine some of the features.
I am considering either contributing to an existing if one is close enough and the owner is willing or building a new one.
Let me know,
Thank you,
Daniel Mercier