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-08-16 15:10:25 +0300
committerSteve Azzopardi <steveazz@outlook.com>2018-08-16 15:13:17 +0300
commite321eb6093c79e8d607b6e1cb22065cb9a48e1ff (patch)
tree0095ee299da82d4876f390ab68108418ddeb8c93 /doc/ci/interactive_web_terminal
parentb7fa2e0beb51ba2f489c67fbcabaff4169816305 (diff)
Update interactive web terminal documentation
Diffstat (limited to 'doc/ci/interactive_web_terminal')
-rw-r--r--doc/ci/interactive_web_terminal/img/finished_job_with_terminal_open.pngbin40247 -> 35571 bytes
-rw-r--r--doc/ci/interactive_web_terminal/img/interactive_web_terminal_running_job.pngbin26692 -> 55682 bytes
-rw-r--r--doc/ci/interactive_web_terminal/index.md8
3 files changed, 4 insertions, 4 deletions
diff --git a/doc/ci/interactive_web_terminal/img/finished_job_with_terminal_open.png b/doc/ci/interactive_web_terminal/img/finished_job_with_terminal_open.png
index 80be16301e8..199268a1486 100644
--- a/doc/ci/interactive_web_terminal/img/finished_job_with_terminal_open.png
+++ b/doc/ci/interactive_web_terminal/img/finished_job_with_terminal_open.png
Binary files differ
diff --git a/doc/ci/interactive_web_terminal/img/interactive_web_terminal_running_job.png b/doc/ci/interactive_web_terminal/img/interactive_web_terminal_running_job.png
index cc60ecdfdc9..f92c6df07a1 100644
--- a/doc/ci/interactive_web_terminal/img/interactive_web_terminal_running_job.png
+++ b/doc/ci/interactive_web_terminal/img/interactive_web_terminal_running_job.png
Binary files differ
diff --git a/doc/ci/interactive_web_terminal/index.md b/doc/ci/interactive_web_terminal/index.md
index 2b4048599da..55f43e0765b 100644
--- a/doc/ci/interactive_web_terminal/index.md
+++ b/doc/ci/interactive_web_terminal/index.md
@@ -1,6 +1,6 @@
# Getting started with interactive web terminals
-> Introduced in GitLab 11.2.
+> Introduced in GitLab 11.3.
Interactive web terminals give the user access to a terminal in GitLab for
running one-of commands for their CI pipeline.
@@ -27,14 +27,14 @@ NOTE: **Note:** Not all executors are
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 that will open the terminal
+running, on the right panel you can see a button `debug` that will open the terminal
for the current job.
![Example of job running with terminal
available](img/interactive_web_terminal_running_job.png)
-When clicked, you will be redirected to a new page where you can access the
-terminal and type commands like a normal shell.
+When clicked, a new tab will open to the terminal page where you can access
+the terminal and type commands like a normal shell.
![terminal of the job](img/interactive_web_terminal_page.png)