Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve error handling and stability for Jenkins Plugin #30

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Commits on Oct 8, 2020

  1. Print response for unhandled errors

    Emin Tham committed Oct 8, 2020
    Configuration menu
    Copy the full SHA
    a4e5944 View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2020

  1. Improve Error Handling in SDElements Jenkins Plugin

        * Fixed it so that we get explicit message for non-JSON responses,
    and print the response we receive
        * Improved the handling of unhandled errors to include more info on
    the cause of the error if it exists.
    emily-bain committed Oct 28, 2020
    Configuration menu
    Copy the full SHA
    ef6becf View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2020

  1. Add build check timeout for timing issues

        * Occasionally run would fail due to build not being ready, add a
    timeout in case of timing issues.
    emily-bain committed Oct 29, 2020
    Configuration menu
    Copy the full SHA
    70f9283 View commit details
    Browse the repository at this point in the history