Skip to content
Snippets Groups Projects
Commit 639854d4 authored by Marin Jankovski's avatar Marin Jankovski
Browse files

Merge branch 'jenkins-integration-fix' into 'master'

Added class to self when calling a post method.

This is a very small change to fixes https://gitlab.com/gitlab-org/gitlab-ee/issues/160 by prepending `class`to the `post` method. 

See merge request !106
parents b6add255 930da900
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