This is still happening in hudson 1.319. From conversation on IRC with
'calculus':
"ok, I worked it out, nothing to do with findbugs... it has to do with multiple
Maven goals and Hudson only paying attention to the results of the last one"
"you had mvn -U clean deploy (test runs before deploy) and assuming deploy was
successful, hudson 1.318 will report a blue/green ball even if tests failed"
"I have mvn clean test findbugs:findbugs and since the findbugs part is
successful, hudson reports a blue/green ball even though I had test failures"
"hudson 1.317 reports a yellow (unstable) ball with test failures and findbugs
while hudson 1.318 reports a blue ball with test failures and findbugs being
successful"
Created an attachment (id=823)
Screenshot of project description page