Commit c951abf9 authored by Marcel Amirault's avatar Marcel Amirault Committed by Evan Read

Clarify pipeline visibility details

parent d136fd41
...@@ -34,13 +34,17 @@ pipelines that are run from an [external integration](../user/project/integratio ...@@ -34,13 +34,17 @@ pipelines that are run from an [external integration](../user/project/integratio
## Per-project user setting ## Per-project user setting
The setting to enable or disable GitLab CI/CD Pipelines can be found in your project in To enable or disable GitLab CI/CD Pipelines in your project:
**Settings > General > Visibility, project features, permissions**. If the project
visibility is set to:
- **Private**, only project members can access pipelines. 1. Navigate to **Settings > General > Visibility, project features, permissions**.
- **Internal** or **Public**, pipelines can be made accessible to either 1. Expand the **Repository** section
project members only or everyone with access. 1. Enable or disable the **Pipelines** checkbox as required.
**Project visibility** will also affect pipeline visibility. If set to:
- **Private**: Only project members can access pipelines.
- **Internal** or **Public**: Pipelines can be set to either **Only Project Members**
or **Everyone With Access** via the drop-down box.
Press **Save changes** for the settings to take effect. Press **Save changes** for the settings to take effect.
......
...@@ -149,6 +149,9 @@ Pipeline visibility is determined by: ...@@ -149,6 +149,9 @@ Pipeline visibility is determined by:
- Your current [user access level](../../permissions.md). - Your current [user access level](../../permissions.md).
- The **Public pipelines** project setting under your project's **Settings > CI/CD > General pipelines**. - The **Public pipelines** project setting under your project's **Settings > CI/CD > General pipelines**.
NOTE: **Note:**
If the project visibility is set to **Private**, the [**Public pipelines** setting will have no effect](../../../ci/enable_or_disable_ci.md#per-project-user-setting).
This also determines the visibility of these related features: This also determines the visibility of these related features:
- Job output logs - Job output logs
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment