Difference between Status.FAILURE and Status.ERROR
Hello!
What is the difference between jetbrains.buildServer.messages.Status.FAILURE and Status.ERROR? I checked two situations and in both cases jetbrains.buildServer.serverSide.SBuild.getBuildStatus returns Status.FAILURE:
- Build failed to start because VCS root is unreachable.
- Build failed because build script has exit code 1.
My task is to show custom BuildTab only for failed builds and I currently use Status.isFailed() which returns true both for FAILURE and ERROR if I understand right.
Please sign in to leave a comment.