This plugin adds historical information about the stability of tests - i.e. the percentage how often they failed.
Configure the maximal history length (default is 30)
Enable the Additional test report features.
Instead of using this in your Jenkinsfile to collect test results:
junit '**/*.xml'
you should use this:
junit testResults: '**/*.xml', testDataPublishers: [[$class: 'StabilityTestDataPublisher']]
Example test result: