Merge branch 'fix-jenkins-service-test-button' into 'master'
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 changed the implementation to call the `WebHook`, which returns [status, message], instead of the return value of `HTTParty#post`. Closes #637 See merge request !476
Showing
Please register or sign in to comment