summaryrefslogtreecommitdiff
path: root/doc/ci/triggers
diff options
context:
space:
mode:
authorAchilleas Pipinellis <axilleas@axilleas.me>2015-12-21 15:53:08 +0200
committerAchilleas Pipinellis <axilleas@axilleas.me>2015-12-21 15:53:08 +0200
commit33ef13c641a63c4c82c5867a6f01a90c57f3aa04 (patch)
tree3ee7365f40a47114f6c3dcd6747801cb9363bc5b /doc/ci/triggers
parent4b4cbf0ce4925e22a635e4432e7ac8602199fa5b (diff)
downloadgitlab-ce-33ef13c641a63c4c82c5867a6f01a90c57f3aa04.tar.gz
Init documentation on Triggers [ci skip]
Diffstat (limited to 'doc/ci/triggers')
-rw-r--r--doc/ci/triggers/README.md11
1 files changed, 11 insertions, 0 deletions
diff --git a/doc/ci/triggers/README.md b/doc/ci/triggers/README.md
new file mode 100644
index 00000000000..5990d74fda1
--- /dev/null
+++ b/doc/ci/triggers/README.md
@@ -0,0 +1,11 @@
+# Triggering Builds through the API
+
+_**Note:** This feature was [introduced][ci-229] in GitLab CE 7.14_
+
+Triggers can be used to force a rebuild of a specific branch or tag with an API
+call.
+
+## Add a trigger
+
+
+[ci-229]: https://gitlab.com/gitlab-org/gitlab-ci/merge_requests/229