Skip to content

Don't render artifact download links for builds with expired artifacts

What does this MR do?

This changes the behavior of Pipeline#latest_builds_with_artifacts to not return builds if the previously existed artifacts have since expired. Currently, some pipelines will show download links for artifacts archives that no longer exist, but have some metadata recorded on the build record. Reproduction steps are in the linked issue below. There's a scope already built for Build that selects by artifacts_expire_at > Time.now, so we can use that instead of the simpler scope that detected for whether artifacts had existed.

What are the relevant issue numbers?

#47713 (closed)

Does this MR meet the acceptance criteria?

Edited by drew stachon

Merge request reports