Create docs for required pipeline config

Based on the
https://gitlab.com/gitlab-org/gitlab-ee/issues/8429
issue for the required pipeline configuration setting.
This commit is contained in:
Scott Hampton 2019-06-14 16:05:08 -07:00 committed by Matija Čupić
parent 1def071991
commit 31429fea99
No known key found for this signature in database
GPG Key ID: 4BAF84FFACD2E5DE
2 changed files with 20 additions and 0 deletions

View File

@ -164,3 +164,23 @@ questions that you know someone might ask.
Each scenario can be a third-level heading, e.g. `### Getting error message X`.
If you have none to add when creating a doc, leave this section in place
but commented out to help encourage others to add to it in the future. -->
## Required pipeline configuration **(PREMIUM ONLY)**
GitLab administrators can force a pipeline configuration to run on every
pipeline.
The configuration applies to all pipelines for a GitLab instance and is
sourced from:
- The [instance template repository](instance_template_repository.md).
- GitLab-supplied configuration.
To set required pipeline configuration:
1. Go to **Admin area > Settings > CI/CD**.
1. Expand the **Required pipeline configuration** section.
1. Select the required configuration from the provided dropdown.
1. Click **Save changes**.
![Required pipeline](img/admin_required_pipeline.png)

Binary file not shown.

After

Width:  |  Height:  |  Size: 63 KiB