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:
parent
1def071991
commit
31429fea99
2 changed files with 20 additions and 0 deletions
|
@ -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`.
|
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
|
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. -->
|
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)
|
||||||
|
|
BIN
doc/user/admin_area/settings/img/admin_required_pipeline.png
Normal file
BIN
doc/user/admin_area/settings/img/admin_required_pipeline.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 63 KiB |
Loading…
Reference in a new issue