diff options
author | Evan Read <eread@gitlab.com> | 2019-01-31 02:03:39 +0000 |
---|---|---|
committer | Evan Read <eread@gitlab.com> | 2019-01-31 02:03:39 +0000 |
commit | e6cc4bf23a30f010e51d0ebef8eecf9c515f07a9 (patch) | |
tree | bdebc9f9495ef5914b48cc0be0ee5d61274f844a /doc | |
parent | 20a284155f56264627624fe3c848976f7f37cebe (diff) | |
parent | a051dd6ac87ebbbad196441c9aed7a4bef66d542 (diff) | |
download | gitlab-ce-e6cc4bf23a30f010e51d0ebef8eecf9c515f07a9.tar.gz |
Merge branch 'docs/update-terminal-docs' into 'master'
Update web terminal note for shared runners
See merge request gitlab-org/gitlab-ce!24754
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ci/interactive_web_terminal/index.md | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/doc/ci/interactive_web_terminal/index.md b/doc/ci/interactive_web_terminal/index.md index 0cf9daed22f..2a4160f62b0 100644 --- a/doc/ci/interactive_web_terminal/index.md +++ b/doc/ci/interactive_web_terminal/index.md @@ -1,4 +1,4 @@ -# Interactive Web Terminals **[CORE ONLY]** +# Interactive Web Terminals > [Introduced](https://gitlab.com/gitlab-org/gitlab-ce/issues/50144) in GitLab 11.3. @@ -9,10 +9,11 @@ is deployed, some [security precautions](../../administration/integration/termin taken to protect the users. NOTE: **Note:** -GitLab.com does not support interactive web terminal at the moment – neither -using shared GitLab.com runners nor your own runners. Please follow -[this issue](https://gitlab.com/gitlab-org/gitlab-ce/issues/52611) for -progress. +[Shared runners on GitLab.com](../quick_start/README.md#shared-runners) do not +provide an interactive web terminal. Follow [this +issue](https://gitlab.com/gitlab-org/gitlab-ce/issues/52611) for progress on +adding support. For groups and projects hosted on GitLab.com, interactive web +terminals are available when using your own group or project runner. ## Configuration |