Skip to content

Log errors for failed pipeline creation in PostReceive

Stan Hu requested to merge sh-add-sidekiq-logging-for-bad-ci into master

When a pipeline fails to create in PostReceive, the error is silently discarded, making it difficult to understand why a pipeline was not created. We now add a Sidekiq log message. Adding a Sentry exception when this happens would generate a lot of noise for invalid CI files.

Relates to https://gitlab.com/gitlab-org/gitlab-ee/issues/14720

Edited by Stan Hu

Merge request reports