maplesteve / JiraTestResultReporter

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

in a pipeline with multiple stages of testing, the "+ no issue" link shows up multiple times #8

Open borisivan opened 5 years ago

borisivan commented 5 years ago

I have a pipeline that has many stages, including more than 1 that does testing and each uses the junit publisher at the end of that specific stage. The tests don't overlap though.

When the pipeline is done and I look at the test report, each failed test has several "+ no issue" links per test. It looks like there is 1 for each of the stages that used the junit publisher, though that specific test was only executed in one of the stages.