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

Improving status propagation code in pipelines #759

Merged

Commits on Jul 17, 2023

  1. Improving status propagation code in pipelines

    We don't seem to allow for the pipeline to have a null status,
    which the API tells us is possible when calling getResult().
    
    I've patched this logic gap and added some better logging to aid
    future debugging.
    
    Signed-off-by: Adam Farley <[email protected]>
    adamfarley committed Jul 17, 2023
    Configuration menu
    Copy the full SHA
    6ed801c View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2023

  1. Configuration menu
    Copy the full SHA
    4106510 View commit details
    Browse the repository at this point in the history
  2. Apply suggestions from code review

    Co-authored-by: Andrew Leonard <[email protected]>
    adamfarley and andrew-m-leonard authored Aug 2, 2023
    Configuration menu
    Copy the full SHA
    fa433a5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    55d23fb View commit details
    Browse the repository at this point in the history