Skip to content

Fix JenkinsService test button

When clicking the "Test" button on the JenkinsCI Service, the following error occurs:

We tried to send a request to the provided URL but an error occurred: undefined method `message' for [200, ""]:Array 

!374 (merged) changed the implementation to call the WebHook, which returns [status, message], instead of the return value of HTTParty#post.

Closes #637 (closed)

Merge request reports