summaryrefslogtreecommitdiff
path: root/doc/ci/interactive_web_terminal/index.md
diff options
context:
space:
mode:
authorAchilleas Pipinellis <axil@gitlab.com>2018-10-08 15:12:38 +0000
committerAchilleas Pipinellis <axil@gitlab.com>2018-10-08 15:12:38 +0000
commit21267c1c9820dfbabd25e765b3176b5ef57e8996 (patch)
treee3fb436602149e495102101286496a65502edb79 /doc/ci/interactive_web_terminal/index.md
parent22a29eb9f29da97ce01073012d4b291be22c9dff (diff)
parent4f3da02887be8f55b3369d250fc630c80ff85f93 (diff)
downloadgitlab-ce-21267c1c9820dfbabd25e765b3176b5ef57e8996.tar.gz
Merge branch 'docs/add-note-for-interactive-web-terminal-docker-executor' into 'master'
Add note in docs for docker executor for interactive web terminal See merge request gitlab-org/gitlab-ce!21880
Diffstat (limited to 'doc/ci/interactive_web_terminal/index.md')
-rw-r--r--doc/ci/interactive_web_terminal/index.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/ci/interactive_web_terminal/index.md b/doc/ci/interactive_web_terminal/index.md
index df83f30fbb7..1ddc1bf4d7e 100644
--- a/doc/ci/interactive_web_terminal/index.md
+++ b/doc/ci/interactive_web_terminal/index.md
@@ -25,6 +25,12 @@ Two things need to be configured for the interactive web terminal to work:
NOTE: **Note:** Not all executors are
[supported](https://docs.gitlab.com/runner/executors/#compatibility-chart).
+NOTE: **Note:** The `docker` executor does not keep running
+after the build script is finished. At that point, the terminal will automatically
+disconnect and will not wait for the user to finish. Please follow [this
+issue](https://gitlab.com/gitlab-org/gitlab-runner/issues/3605) for updates on
+improving this behavior.
+
Sometimes, when a job is running, things don't go as you would expect, and it
would be helpful if one can have a shell to aid debugging. When a job is
running, on the right panel you can see a button `debug` that will open the terminal