Skip to content
Snippets Groups Projects
Commit 930da900 authored by Jose Torres's avatar Jose Torres
Browse files

Added class to self when calling a post method.

parent b6add255
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -46,7 +46,7 @@ class JenkinsService < CiService
end
 
def execute(data)
self.post(
self.class.post(
hook_url,
body: data.to_json,
headers: {
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment