I followed the simple directions (https://gitorious.org/gitorious/pages/WebHooks) but am not having much success... Running a local install of Gitorious on Redhat... fundamentally working fine... installed about 1 month ago...
I gave up - trying to hit my Jenkin's server (the notifyCommit url does work as expected).... So I move to testing with the Request Bin service... >> hook = repo.hooks.find_by_id 1 => #<Hook id: 1, user_id: 2, repository_id: 40, url: "http://requestb.in/tc5kbvtc", last_response: "500 Internal Server Error", created_at: "2012-05-14 17:04:18", updated_at: "2012-05-14 18:12:44", failed_request_count: 3, successful_request_count: 0> Here is what I observed... 1. Does not appear to have even tried to hit Jenkins or Request Bin (nothing in my Tomcat log for Jenkins) 2. Nothing in the rails logs... 3. The failed-request-count variable "stopped" being updated.... 4. All I see is the "500 internal server error" Kind of lost at the minute... any guidance on why these hooks are not working or how to debug? Thanks. Phil -- To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected]
