Hudson build successful with unit test failures

前端 未结 4 1243
醉梦人生
醉梦人生 2020-12-16 11:51

This is related to another question I asked about trying to fail Hudson on a single unit test failure.

When I run Maven on my build standalone, it fails due to unit

4条回答
  •  情话喂你
    2020-12-16 12:16

    What type of Hudson job did you create? I suspect it's the m2 project rather than the freestyle project. In the m2 project, Hudson will actually tweak the way your pom is configured so as to prevent failures and instead mark it as unstable. This was intentional.

    Try setting maven.test.failure.ignore=false under the Advanced setting as I believe Hudson automatically sets that to true.

提交回复
热议问题