Test stability history

Build Status

This plugin adds historical information about the stability of tests - i.e. the percentage how often they failed.

Configuration

Global

Configure the maximal history length (default is 30)

Per-Job

Enable the Additional test report features.

Pipeline usage

Instead of using this in your Jenkinsfile to collect test results:

junit '**/*.xml'

you should use this:

junit testResults: '**/*.xml', testDataPublishers: [[$class: 'StabilityTestDataPublisher']]

Test health

Example test result: