Commit 5182ad56 authored by Tomasz Maczukin's avatar Tomasz Maczukin

Add missing track_exception() call to Ci::CreateJobArtifactsService

parent b8218735
...@@ -77,6 +77,7 @@ module Ci ...@@ -77,6 +77,7 @@ module Ci
track_exception(error, job, params) track_exception(error, job, params)
error(error.message, :service_unavailable) error(error.message, :service_unavailable)
rescue => error rescue => error
track_exception(error, job, params)
error(error.message, :bad_request) error(error.message, :bad_request)
end end
......
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