Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Azzopardi <steveazz@outlook.com>2018-09-24 15:45:39 +0300
committerSteve Azzopardi <steveazz@outlook.com>2018-09-24 16:25:22 +0300
commit4f3da02887be8f55b3369d250fc630c80ff85f93 (patch)
tree6f24b50b942296b1cc2e60c3a115b6c50534fd25 /doc/ci/interactive_web_terminal
parent4c8d2232ca3e4b97a313e9ac4d96dee2b3de9e84 (diff)
Add note for docker executor
The docker executor does not work the same as the others. Add a note for the users and points them to an issue that describes the issue.
Diffstat (limited to 'doc/ci/interactive_web_terminal')
-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 8ce4fe55cec..1a409479aeb 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