Hi, 

we're trying to connect our gitlab instance to a jenkins server using a 
webhook.

We create our webhook without any problem, but when we test it, we get an 
error 500:

Started GET "/gitlab/group/project/hooks/3/test" for 127.0.0.1 at 
2014-04-21 10:41:39 +0200
Processing by Projects::HooksController#test as HTML
Parameters: {"project_id"=>"group/project", "id"=>"3"}
Completed 500 Internal Server Error in 145ms

Errno::ECONNREFUSED (Connection refused - connect(2) for "127.0.0.1" port 
3128):
app/models/web_hook.rb:35:in `execute'
app/services/test_hook_service.rb:4:in `execute'
app/controllers/projects/hooks_controller.rb:27:in `test'
app/controllers/application_controller.rb:57:in 
`set_current_user_for_thread'

I imagine that port belongs to a specific service, but I don't exactly 
which. Any thoughts?

we're working with gitlab 6.7.0.pre.

TIA,
Abel

-- 
You received this message because you are subscribed to the Google Groups 
"GitLab" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to gitlabhq+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to