Commit ff32d370 authored by Arturo Herrero's avatar Arturo Herrero

Disable Jenkins disable check

parent c307eab8
......@@ -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