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:
authorAlexander Tanayno <atanayno@gitlab.com>2019-08-06 00:22:20 +0300
committerEvan Read <eread@gitlab.com>2019-08-06 00:22:20 +0300
commitfd2862fdddf6c836d3bae5f78574fa07401b034c (patch)
tree03befcc948d245a77c7b873d3ad012c58c977452
parent881052b8bbab4f4d4f837cf492c486c9ac2d2e33 (diff)
Add description how to set custom CI file
-rw-r--r--doc/user/project/pipelines/settings.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/user/project/pipelines/settings.md b/doc/user/project/pipelines/settings.md
index 45f27b3c811..456209c2180 100644
--- a/doc/user/project/pipelines/settings.md
+++ b/doc/user/project/pipelines/settings.md
@@ -76,6 +76,13 @@ Here are some valid examples:
- `my/path/.gitlab-ci.yml`
- `my/path/.my-custom-file.yml`
+The path can be customized at a project level. To customize the path:
+
+1. Go to the project's **Settings > CI / CD**.
+1. Expand the **General pipelines** section.
+1. Provide a value in the **Custom CI config path** field.
+1. Click **Save changes**.
+
## Test coverage parsing
If you use test coverage in your code, GitLab can capture its output in the