diff options
author | Nick Thomas <nick@gitlab.com> | 2016-10-05 17:40:13 +0100 |
---|---|---|
committer | Nick Thomas <nick@gitlab.com> | 2016-10-11 12:42:37 +0100 |
commit | c64721f16331f2115d3fe87f3c04134f8cba0163 (patch) | |
tree | 1ec89ce4cca24d9192cea1c611b7c80bfd86293f /doc/ci/pipelines.md | |
parent | 4dc61dc7128608ce5eca4b0911d7174a1ab2aea4 (diff) | |
download | gitlab-ce-c64721f16331f2115d3fe87f3c04134f8cba0163.tar.gz |
Document the new CI_DEBUG_TRACE variable
[ci skip]
Diffstat (limited to 'doc/ci/pipelines.md')
-rw-r--r-- | doc/ci/pipelines.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/ci/pipelines.md b/doc/ci/pipelines.md index ca9b986a060..729c1dc8c0d 100644 --- a/doc/ci/pipelines.md +++ b/doc/ci/pipelines.md @@ -31,6 +31,8 @@ project. ## Seeing build status Clicking on a pipeline will show the builds that were run for that pipeline. +Clicking on an individual build will show you its build trace, and allow you to +cancel the build, retry it, or erase the build trace. ## Badges |