diff options
| author | Evan Read <eread@gitlab.com> | 2019-05-15 21:28:33 +0000 |
|---|---|---|
| committer | Evan Read <eread@gitlab.com> | 2019-05-15 21:28:33 +0000 |
| commit | 54c04dc16058c9d99dcf0e553ed348d0715037f2 (patch) | |
| tree | db47e2334055786a2fb21bded4ae3adf5ea799fe | |
| parent | 40fc087c177c4e6f213df6f029665b010cd4f4d0 (diff) | |
| parent | c1e483301bda133e1b239ba5d1a1249aa92c855e (diff) | |
| download | gitlab-ce-54c04dc16058c9d99dcf0e553ed348d0715037f2.tar.gz | |
Merge branch 'master' into 'master'
[CI doc] Add chat value to only keyword
See merge request gitlab-org/gitlab-ce!27417
| -rw-r--r-- | doc/ci/yaml/README.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/ci/yaml/README.md b/doc/ci/yaml/README.md index 85f1a51b0ce..36b88ff12c2 100644 --- a/doc/ci/yaml/README.md +++ b/doc/ci/yaml/README.md @@ -337,6 +337,7 @@ In addition, `only` and `except` allow the use of special keywords: | `triggers` | For pipelines created using a trigger token. | | `web` | For pipelines created using **Run pipeline** button in GitLab UI (under your project's **Pipelines**). | | `merge_requests` | When a merge request is created or updated (See [pipelines for merge requests](../merge_request_pipelines/index.md)). | +| `chats` | For jobs created using a [GitLab ChatOps](../chatops/README.md) command. | In the example below, `job` will run only for refs that start with `issue-`, whereas all branches will be skipped: |
