The source project of this merge request has been removed.
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
Activity
Milestone changed to %8.9
Reassigned to @rspeicher
Added 1 commit:
- a68bcce7 - Fix JenkinsService test button
mentioned in commit 23520789
mentioned in commit 647f587b
Mentioned in commit 647f587b
Mentioned in commit 23520789
added Enterprise Edition label
Please register or sign in to reply