Commit 82923f32 authored by Robert Speicher's avatar Robert Speicher

Merge branch 'add-missing-track-exception-call' into 'master'

Add missing track exception call

See merge request gitlab-org/gitlab!27954
parents 52783533 1912f4d2
......@@ -77,6 +77,7 @@ module Ci
track_exception(error, job, params)
error(error.message, :service_unavailable)
rescue => error
track_exception(error, job, params)
error(error.message, :bad_request)
end
......
---
title: Add missing track_exception() call to Ci::CreateJobArtifactsService
merge_request: 27954
author:
type: other
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment