diff options
author | James Fargher <proglottis@gmail.com> | 2019-02-21 03:34:42 +0000 |
---|---|---|
committer | Evan Read <eread@gitlab.com> | 2019-02-21 03:34:42 +0000 |
commit | 6c4ca56b8339da7b1debd89d88952a696f2b36ec (patch) | |
tree | e42cc6b0eb0172ecf3699261415a31a529ac5079 /doc/ci/README.md | |
parent | 5f2785081cc8b72c7ffe38988074d3a207a8bf8a (diff) | |
download | gitlab-ce-6c4ca56b8339da7b1debd89d88952a696f2b36ec.tar.gz |
Move ChatOps docs from EE to core
ChatOps used to be in the Ultimate tier.
Diffstat (limited to 'doc/ci/README.md')
-rw-r--r-- | doc/ci/README.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/ci/README.md b/doc/ci/README.md index e44db230a7f..4c3c9920b93 100644 --- a/doc/ci/README.md +++ b/doc/ci/README.md @@ -93,6 +93,7 @@ use of advanced features: | [Triggering pipelines through the API](triggers/README.md) | Use the GitLab API to trigger a pipeline. | | [Pipeline schedules](../user/project/pipelines/schedules.md) | Trigger pipelines on a schedule. | | [Connecting GitLab with a Kubernetes cluster](../user/project/clusters/index.md) | Integrate one or more Kubernetes clusters to your project. | +| [ChatOps](chatops/README.md) | Trigger CI jobs from chat, with results sent back to the channel. | | [Interactive web terminals](interactive_web_terminal/index.md) | Open an interactive web terminal to debug the running jobs. | ### GitLab Pages |