summaryrefslogtreecommitdiff
path: root/doc/user/project/integrations/webhooks.md
diff options
context:
space:
mode:
authorAchilleas Pipinellis <axilleas@axilleas.me>2017-02-15 11:29:19 +0000
committerAchilleas Pipinellis <axilleas@axilleas.me>2017-02-15 11:29:19 +0000
commit88132258d66ca955b0e9bd93d4ee8dc12cc54537 (patch)
treea2ff860a029e6798644a6c23f8be8e6e40538145 /doc/user/project/integrations/webhooks.md
parent511329a68c27a4ace057c316df4e60c7d9a90389 (diff)
parenta084437b5c1b7226ce64e74bab1972bb1dbd49e0 (diff)
downloadgitlab-ce-88132258d66ca955b0e9bd93d4ee8dc12cc54537.tar.gz
Merge branch 'docs/builds-to-jobs-massacre' into 'master'
Rename builds to jobs in docs See merge request !9204
Diffstat (limited to 'doc/user/project/integrations/webhooks.md')
-rw-r--r--doc/user/project/integrations/webhooks.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/user/project/integrations/webhooks.md b/doc/user/project/integrations/webhooks.md
index 55d480bfb72..ed1e867f5fb 100644
--- a/doc/user/project/integrations/webhooks.md
+++ b/doc/user/project/integrations/webhooks.md
@@ -11,7 +11,7 @@ a new issue is created. You can configure webhooks to listen for specific events
like pushes, issues or merge requests. GitLab will send a POST request with data
to the webhook URL.
-Webhooks can be used to update an external issue tracker, trigger CI builds,
+Webhooks can be used to update an external issue tracker, trigger CI jobs,
update a backup mirror, or even deploy to your production server.
Navigate to the webhooks page by going to the **Integrations** page from your