maplesteve / JiraTestResultReporter

A plug-in for Jenkins that creates issues in Jira for failed unit tests.
MIT License
2 stars 57 forks source link

JiraTestResultReporter

DISCLAIMER

Though I tested this plugin on my Jenkins installation, I can't tell for sure that this works as intended. Maybe you want to check the code before using this plugin. Don't blame me, if your Jira gets filled with false issues (which is basically the worst thing, that this plugin can do.)

What is does

This plugin examines the build job for failed unit tests. So you'll have to add e.g. the "Publish xUnit test results report" to your build job. Otherwise JiraTestResultReporter has nothing to work with…

If JiraTestResultReporter detects new failed tests, it will create an issue for every test case in Jira.

Installation

Usage