Skip to content

Latest commit

 

History

History
40 lines (23 loc) · 859 Bytes

README.md

File metadata and controls

40 lines (23 loc) · 859 Bytes

test-stability-plugin

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: