2

I need a workaround for this Jenkins issue (JUnit report doesn't distinguish between test failures and errors).

I thought of using the Groovy Postbuild Plugin but it looks like this Jenkins "philosophy" is deeply integrated, i.e. TestResultAction doesn't even provide the tests in error.

Any other ideas?

Mike Laren
  • 8,028
  • 17
  • 51
  • 70
jan
  • 2,741
  • 4
  • 35
  • 56

1 Answers1

0

Well, for a work around I think that you can create simple script for parsing xunit file and in case find error use exit 1 for mark build failed. Look in the similar ticket

Community
  • 1
  • 1
dmr
  • 526
  • 2
  • 8