Skip to content

Destroy build artifacts when pipeline is destroyed

Stan Hu requested to merge sh-destroy-pipeline-artifacts into master

When a pipeline is destroyed, the ci_builds association doesn't have a destroy_all method so the CarrierWave callbacks don't run. Instead, just destroy the builds manually to ensure this happens.

Closes #26322 (closed)

Edited by Stan Hu

Merge request reports