Currently, the tuleap-api-plugin for Jenkins does assertions like assert stuff != null
The problem is that it does not prevent the code to keep on running, and we end up with NullPointerExceptions.
To help users to debug their jobs, we need to throw actual errors with helpful messages.