diff options
author | Evan Read <eread@gitlab.com> | 2018-11-28 00:52:22 +0000 |
---|---|---|
committer | Evan Read <eread@gitlab.com> | 2018-11-28 00:52:22 +0000 |
commit | 591b703470eb4fca8640c74b351e28fb91e31c25 (patch) | |
tree | 69aed54d1756c4a24508a44d62b59380ab6382e7 /doc | |
parent | e0e813bd03e3f4d8b025093b7aae59dd692b1fdd (diff) | |
parent | 7397326a394f04743994035da35e37e5c841f908 (diff) | |
download | gitlab-ce-591b703470eb4fca8640c74b351e28fb91e31c25.tar.gz |
Merge branch 'docs/add-note-about-terminal-not-being-available' into 'master'
Add notice for web temrinal on GitLab.com
See merge request gitlab-org/gitlab-ce!23269
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ci/interactive_web_terminal/index.md | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/doc/ci/interactive_web_terminal/index.md b/doc/ci/interactive_web_terminal/index.md index 1ddc1bf4d7e..2c799e83a5f 100644 --- a/doc/ci/interactive_web_terminal/index.md +++ b/doc/ci/interactive_web_terminal/index.md @@ -1,4 +1,4 @@ -# Getting started with interactive web terminals +# Getting started with interactive web terminals **[CORE ONLY]** > [Introduced](https://gitlab.com/gitlab-org/gitlab-ce/issues/50144) in GitLab 11.3. @@ -6,10 +6,9 @@ Interactive web terminals give the user access to a terminal in GitLab for running one-off commands for their CI pipeline. NOTE: **Note:** -This is not available for the shared Runners on GitLab.com. -To make use of this feature, you need to provide your -[own Runner](https://docs.gitlab.com/runner/install/) and properly -[configure it](#configuration). +GitLab.com does not support interactive web terminal at the moment. Please +follow [this issue](https://gitlab.com/gitlab-org/gitlab-ce/issues/52611) for +progress. ## Configuration |