Commit b81409fc authored by Markus Koller's avatar Markus Koller

Merge branch 'remove-jenkins-disable-check' into 'master'

Remove Jenkins disabled check

See merge request gitlab-org/gitlab!58026
parents bcc0afb7 ff32d370
......@@ -29,7 +29,6 @@ class JenkinsService < CiService
end
def execute(data)
return if project.disabled_services.include?(to_param)
return unless supported_events.include?(data[:object_kind])
service_hook.execute(data, "#{data[:object_kind]}_hook")
......
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