summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Azzopardi <steveazz@outlook.com>2018-08-16 14:10:25 +0200
committerSteve Azzopardi <steveazz@outlook.com>2018-08-16 14:13:17 +0200
commite321eb6093c79e8d607b6e1cb22065cb9a48e1ff (patch)
tree0095ee299da82d4876f390ab68108418ddeb8c93
parentb7fa2e0beb51ba2f489c67fbcabaff4169816305 (diff)
downloadgitlab-ce-e321eb6093c79e8d607b6e1cb22065cb9a48e1ff.tar.gz
Update interactive web terminal documentation
-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)