•  
      request #19318 Display helpful error messages
    Infos
    #19318
    Thomas Gorka (tgorka)
    2021-03-03 17:29
    2021-02-17 14:10
    20893
    Details
    Display helpful error messages

    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.

    Jenkins Tuleap API plugin
    All
    Empty
    • [ ] enhancement
    • [x] internal improvement
    Empty
    Stage
    Thomas Gorka (tgorka)
    Closed
    2021-03-03
    Attachments
    Empty
    References
    References list is empty

    Follow-ups

    User avatar
    Thomas Gorka (tgorka)2021-02-17 14:52

    see https://github.com/jenkinsci/tuleap-api-plugin/pull/123


    • Status changed from Under implementation to Under review