2012-08-21 20:56:53 -04:00
|
|
|
%h3.page_title Web hooks
|
2012-06-30 17:35:24 -04:00
|
|
|
.back_link
|
2012-08-21 20:56:53 -04:00
|
|
|
= link_to help_path do
|
2012-06-30 17:35:24 -04:00
|
|
|
← to index
|
|
|
|
%hr
|
2012-03-28 03:46:51 -04:00
|
|
|
|
2012-08-21 20:56:53 -04:00
|
|
|
%p.slead
|
2012-09-06 03:50:47 -04:00
|
|
|
Every GitLab project can trigger a web server whenever the repo is pushed to.
|
2012-06-30 17:35:24 -04:00
|
|
|
%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
|
2012-09-06 03:50:47 -04:00
|
|
|
GitLab will send POST request with commits information on every push.
|
2012-03-28 03:46:51 -04:00
|
|
|
%h5 Hooks request example:
|
2012-06-11 01:52:44 -04:00
|
|
|
= render "hooks/data_ex"
|
2012-03-28 03:46:51 -04:00
|
|
|
|