-
Bug
-
Resolution: Fixed
-
Major
-
windows xp 32
Java(TM) SE Runtime Environment (build 1.7.0-b147)
Jenkins (1.535)
TestNG Results Trend doesn't show a failures after update.
systemInfo: sysinfo.xls
How are you running Jenkins?
- Using the executable war like java -jar jenkins.war
- is related to
-
JENKINS-20438 Make it an option to show failed builds in trend graph
-
- Closed
-
Why does the build fail on test failures?
If this is a maven build, use "-Dmaven.test.failure.ignore=true" to ensure that the build is not marked as failed even on test failures. This way you'll correctly see that the build is unstable.