Skip to content

Gracefully handle missing latest CI pipeline

Stan Hu requested to merge sh-handle-no-latest-pipeline into master

If a user attempted to retrieve the latest CI pipeline but no such pipeline existed, the user would see a 500 error.

We should handle this case gracefully with a 404.

Closes https://gitlab.com/gitlab-org/gitlab/-/issues/212552

Edited by Stan Hu

Merge request reports