Skip to content

Fix 500 error when artifact file is missing

Vasilii Iakliushin requested to merge 386184_handle_missing_artifact_error into master

What does this MR do and why?

Problem

When CI::Build does not have an archived artifact, then the server returns a 500 error.

Solution

Validate the artifact file presence and return 404 if it's missing.

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Edited by Vasilii Iakliushin

Merge request reports