JenkinsCI Test Fails
Running gitlab-ee 8.8.3
When I test the JenkinsCI Service, I get the following error:
We tried to send a request to the provided URL but an error occurred: undefined method `message' for [200, ""]:Array
I fairly certain this is related to !374 (merged). The post request is making it to the Jenkins server and returning 200. This is the access.log from the jenkins server.
192.168.0.208 - - [03/Jun/2016:08:50:58 -0400] "POST /project/dev-team/website HTTP/1.1" 200 - "-" "-"
Where 192.168.0.208 is the ip address of my Gitlab server.