Build failures (compilation, linking, etc.) cause the Jenkins build to be marked as 'failed'. Test failures after successful compilation cause it to be marked as 'unstable'.
----- Original Message ----- From: [email protected] To: [email protected] At: May 1 2013 14:53:54 This JUnit XML file causes the build to be unstable. Why isn't it failed instead? <testsuite tests="2" failures="1" name="group1" time="4"> <testcase classname="group1.test_foo" name="bar" time="2"><failure type="Unused" message="it failed"></failure><system-out>SEED=1</system-out></testcase> <testcase classname="group1.test_foo" name="bar" time="2"><system-out>SEED=2</system-out></testcase> </testsuite> Thanks. -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out. -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
