/test-results-aggregator-plugin

Aggregate Test and Job results in a single HTML/email report

Primary LanguageJava

Test Results Aggregator

Description

It’s a jenkins plugin that collects jobs and test results and reports them in :

  • html,

  • email,

  • graphs

Test Results Aggregator can collect test results for :

and code coverage results for :

Jenkins Plugin https://github.com/jenkinsci/role-strategy-plugin/releases/latest Build Jenkins Plugin Installs

Samples:

Main View
Figure 1. Job results per build
Main View
Figure 2. Job results history
Html View
Figure 3. Job results history main view
Html View
Figure 4. Html/Email report

Important

Can be used as the last step in a CI/CD pipeline.

Supports 'free style project' and 'pipeline' (after 1.2.7).

Requires both global and job configuration .

Global Configuration

After installing this plugin, navigate to Global Configuration. Scroll down for Test Result Aggregator :

Global Configuration

In this section you can define :

Jenkins Base Url

The HTTP address of the Jenkins installation, such as http://yourhost.yourdomain/jenkins/ .This is used to access Jenkins API.

Jenkins Account Username

username of the account that will be used to access Jenkins API and fetch job results.

Jenkins Account password

password of the account that will be used to access Jenkins API and fetch job results.

Mail Notification From

sender for the mail Notification. Default is "Jenkins".

Job Configuration

Release Notes

  • 1.1.x Requires Jenkins < 2.277

  • 1.2.x Requires Jenkins >= 2.277

Misc