diff options
author | Evan Read <eread@gitlab.com> | 2019-08-12 04:24:39 +0000 |
---|---|---|
committer | Evan Read <eread@gitlab.com> | 2019-08-12 04:24:39 +0000 |
commit | d70529df4dcc6c32c98e3e8febf9bd654789d8d2 (patch) | |
tree | 7e117850ea9a3ffb2c7f93c1e4dbdbe7f9026d1b | |
parent | 5584c8445b02068248ff877027ad7cc7681e054c (diff) | |
parent | 6089e90a0d2e40f3a4604230fff6939b459849d8 (diff) | |
download | gitlab-ce-d70529df4dcc6c32c98e3e8febf9bd654789d8d2.tar.gz |
Merge branch 'docs-chatops-version' into 'master'
Fix introduced section in chatops doc
See merge request gitlab-org/gitlab-ce!31655
-rw-r--r-- | doc/ci/chatops/README.md | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/ci/chatops/README.md b/doc/ci/chatops/README.md index 241134783da..29d4f93f02e 100644 --- a/doc/ci/chatops/README.md +++ b/doc/ci/chatops/README.md @@ -4,14 +4,14 @@ type: index, concepts, howto # GitLab ChatOps -> **Notes:** -> -> - [Introduced](https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/4466) in [GitLab Ultimate](https://about.gitlab.com/pricing/) 10.6. [Moved](https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/24780) to [GitLab Core](https://about.gitlab.com/pricing/) in 11.9. -> -> - ChatOps is currently in alpha, with some important features missing like access control. +> - [Introduced](https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/4466) in [GitLab Ultimate](https://about.gitlab.com/pricing/) 10.6. +> - [Moved](https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/24780) to [GitLab Core](https://about.gitlab.com/pricing/) in 11.9. GitLab ChatOps provides a method to interact with CI/CD jobs through chat services like Slack. Many organizations' discussion, collaboration, and troubleshooting is taking place in chat services these days, and having a method to run CI/CD jobs with output posted back to the channel can significantly augment a team's workflow. +NOTE: **Note:** +ChatOps is currently in alpha with some important features missing, like access control. + ## How it works GitLab ChatOps is built upon two existing features: |