gitlabhq/gitlabhq

View on GitHub
app/views/help/web_hooks.html.haml

Summary

Maintainability
Test Coverage
= render layout: 'help/layout' do
  %h3.page-title Web hooks

  %p.slead
    Every GitLab project can trigger a web server whenever the repo is pushed to.
    %br
    Web Hooks can be used to update an external issue tracker, trigger CI builds, update a backup mirror, or even deploy to your production server.
    %br
    GitLab will send POST request with commits information on every push.
  %h5 Hooks request example:
  = render "projects/hooks/data_ex"