summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAchilleas Pipinellis <axilleas@axilleas.me>2016-09-06 10:47:48 +0200
committerAchilleas Pipinellis <axilleas@axilleas.me>2016-09-06 10:47:48 +0200
commitc5e5614fe7bef000a4d8da1f7590d666b05b4e62 (patch)
tree5d4ec980c6c041745caced8a53f9c8777fb74860
parent24ac1d9b2a72682988fe619a1298332fe996280f (diff)
downloadgitlab-ce-c5e5614fe7bef000a4d8da1f7590d666b05b4e62.tar.gz
Add a reference to triggers docs in ci/yaml/README.md
-rw-r--r--doc/ci/yaml/README.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/ci/yaml/README.md b/doc/ci/yaml/README.md
index 41d9112a618..ff4c8ddc54b 100644
--- a/doc/ci/yaml/README.md
+++ b/doc/ci/yaml/README.md
@@ -1044,6 +1044,13 @@ test:mysql:
You can see that the hidden keys are conveniently used as templates.
+## Triggers
+
+Triggers can be used to force a rebuild of a specific branch, tag or commit,
+with an API call.
+
+[Read more in the triggers documentation.](../triggers/README.md)
+
## Validate the .gitlab-ci.yml
Each instance of GitLab CI has an embedded debug tool called Lint.