-
Bug
-
Resolution: Won't Fix
-
Major
-
None
-
Platform: All, OS: All
in m2 projects, testFailureIgnore should not be set to true by Hudson.
Setting testFailureIgnore to true should be done manually via adding
-Dmaven.test.failure.ignore=true
as a maven property in the MAVEN_OPTS, or configuring the pom file.
When one module fails tests in a serial build, by default, subsequent modules
should not be built or tested.
See the thread at
http://www.nabble.com/forum/ViewPost.jtp?post=12515685&framed=y
- is related to
-
JENKINS-5088 Multi Module maven projects configured in the maven pom to ignore test failures are not fully built due to hudson junit plugin marking builds unstable
- Resolved
-
JENKINS-3122 auto build of downstream projects doesn't workfor m2 jobs in unstable state, when using surefire flag testFailureIgnore
- Reopened