Skip to content

Fix broken master due to pipeline cache refactoring

Stan Hu requested to merge sh-fix-pipeline-cache-worker-ee into master

https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/27334 broke EE because an EE-specific port was not created. This commit moves EE-specific code from the Sidekiq worker to a service object.

Closes https://gitlab.com/gitlab-org/gitlab-ee/issues/11172

Merge request reports