summaryrefslogtreecommitdiff
path: root/doc/ci/variables
diff options
context:
space:
mode:
authorJames Fargher <proglottis@gmail.com>2019-02-21 03:34:42 +0000
committerEvan Read <eread@gitlab.com>2019-02-21 03:34:42 +0000
commit6c4ca56b8339da7b1debd89d88952a696f2b36ec (patch)
treee42cc6b0eb0172ecf3699261415a31a529ac5079 /doc/ci/variables
parent5f2785081cc8b72c7ffe38988074d3a207a8bf8a (diff)
downloadgitlab-ce-6c4ca56b8339da7b1debd89d88952a696f2b36ec.tar.gz
Move ChatOps docs from EE to core
ChatOps used to be in the Ultimate tier.
Diffstat (limited to 'doc/ci/variables')
-rw-r--r--doc/ci/variables/README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/ci/variables/README.md b/doc/ci/variables/README.md
index 7498617ed2c..ca668ac526f 100644
--- a/doc/ci/variables/README.md
+++ b/doc/ci/variables/README.md
@@ -53,6 +53,8 @@ future GitLab releases.**
| Variable | GitLab | Runner | Description |
|-------------------------------------------|--------|--------|-------------|
| **ARTIFACT_DOWNLOAD_ATTEMPTS** | 8.15 | 1.9 | Number of attempts to download artifacts running a job |
+| **CHAT_INPUT** | 10.6 | all | Additional arguments passed in the [ChatOps](../chatops/README.md) command |
+| **CHAT_CHANNEL** | 10.6 | all | Source chat channel which triggered the [ChatOps](../chatops/README.md) command |
| **CI** | all | 0.4 | Mark that job is executed in CI environment |
| **CI_COMMIT_BEFORE_SHA** | 11.2 | all | The previous latest commit present on a branch before a push request. |
| **CI_COMMIT_DESCRIPTION** | 10.8 | all | The description of the commit: the message without first line, if the title is shorter than 100 characters; full message in other case. |