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-07-19 17:49:32 +0300
committerSteve Azzopardi <steveazz@outlook.com>2018-08-16 14:50:38 +0300
commitb7fa2e0beb51ba2f489c67fbcabaff4169816305 (patch)
treec3fa2f34139b1a822f0924af222a4230f3f16f40 /doc/ci/README.md
parentce18246c24040444646884a6a13e472ae83f74ee (diff)
Add documentation for interactive web terminals
Create a new page for the interactive web terminals since it doesn't fit in any other place. Add link in CI home page.
Diffstat (limited to 'doc/ci/README.md')
-rw-r--r--doc/ci/README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/ci/README.md b/doc/ci/README.md
index 7666219acb0..d782d64e971 100644
--- a/doc/ci/README.md
+++ b/doc/ci/README.md
@@ -76,6 +76,8 @@ learn how to leverage its potential even more.
- [Trigger pipelines on a schedule](../user/project/pipelines/schedules.md)
- [Kubernetes clusters](../user/project/clusters/index.md) - Integrate one or
more Kubernetes clusters to your project
+- [Interactive web terminal](interactive_web_terminal/index.md) - Open an interactive
+ web terminal to debug the running jobs
## GitLab CI/CD for Docker