Skip to content

GitLab

  • Menu
Projects Groups Snippets
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • G gitlabhq1
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 21
    • Issues 21
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 12
    • Merge requests 12
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Packages & Registries
    • Packages & Registries
    • Package Registry
    • Infrastructure Registry
  • Analytics
    • Analytics
    • CI/CD
    • Repository
    • Value stream
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • gpt
  • large_projects
  • gitlabhq1
  • Issues
  • #7414

Closed
Open
Created Jul 31, 2014 by Administrator@rootOwner

gitlab 7.1.1 webhooks not firing

Created by: warroyo

I have created some sample webhooks and I am unable to get them to fire.

they are not firing when I click "test hook" or when the event is triggered.

I do see something happening in the logs but the action never happens.

log results:

`Started GET "/root/sublime/hooks/9/test" for 127.0.0.1 at 2014-07-31 18:14:12 -0400
Processing by Projects::HooksController#test as HTML
  Parameters: {"project_id"=>"root/sublime", "id"=>"9"}
Redirected to http://my.ip.address/root/sublime/hooks
Completed 302 Found in 26ms (ActiveRecord: 2.0ms)
Started GET "/root/sublime/hooks" for 127.0.0.1 at 2014-07-31 18:14:12 -0400
Processing by Projects::HooksController#index as HTML
  Parameters: {"project_id"=>"root/sublime"}
Completed 200 OK in 39ms (Views: 25.8ms | ActiveRecord: 3.6ms)

the logs looks ok(from what I understand) but no actions are being fired

I have also set up a test echo script running in my console as suggestion in the webhook docs. I am unable to recieve anything.

Assignee
Assign to
Time tracking