From e321eb6093c79e8d607b6e1cb22065cb9a48e1ff Mon Sep 17 00:00:00 2001 From: Steve Azzopardi Date: Thu, 16 Aug 2018 14:10:25 +0200 Subject: Update interactive web terminal documentation --- .../img/finished_job_with_terminal_open.png | Bin 40247 -> 35571 bytes .../img/interactive_web_terminal_running_job.png | Bin 26692 -> 55682 bytes doc/ci/interactive_web_terminal/index.md | 8 ++++---- 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 Binary files a/doc/ci/interactive_web_terminal/img/finished_job_with_terminal_open.png and b/doc/ci/interactive_web_terminal/img/finished_job_with_terminal_open.png 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 Binary files a/doc/ci/interactive_web_terminal/img/interactive_web_terminal_running_job.png and b/doc/ci/interactive_web_terminal/img/interactive_web_terminal_running_job.png 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) -- cgit v1.2.1