Hey folks, Using jenkins to build a scala project via maven, and I am having trouble to determine how builds are failing at times. Sometimes, there is no compile error, no test failure and everything seemed to succeed, but jenkins says it failed.
So I am hoping to understand how Jenkins determine a build has failed, as well as the best practices that you use. Thanks, Chris