jenkinsci/violation-comments-to-gitlab-plugin

JUnit/Surefire reports

Opened this issue · 1 comments

Would be nice to be able to post the total number of tests, and name failures:

Unit test report

🔻 514/517 tests succeeded

  • SomeClass.test_1
  • SomeClass.test_2
  • SomeClass.test_3

See more here.

I think this and #6 might belong in the GitLab Plugin.

Or if the JUnit plugin can expose the numbers in variables and one can use curl or HTTP Request plugin to create the comment.