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
This commit is contained in:
commit
21267c1c98
1 changed files with 6 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue