Commit 8b32db55 authored by Marcel Amirault's avatar Marcel Amirault Committed by Evan Read

First draft updating pipeline visibility doc

parent a97c8792
...@@ -122,30 +122,33 @@ lein cloverage | perl -pe 's/\e\[?.*?[\@-~]//g' ...@@ -122,30 +122,33 @@ lein cloverage | perl -pe 's/\e\[?.*?[\@-~]//g'
## Visibility of pipelines ## Visibility of pipelines
Access to pipelines and job details (including output of logs and artifacts) Pipeline visibility is determined by:
is checked against your current user access level and the **Public pipelines**
project setting under your project's **Settings > CI/CD > General pipelines settings**. - Your current [user access level](../../permissions.md).
- The **Public pipelines** project setting under your project's **Settings > CI/CD > General pipelines**.
This also determines the visibility of these related features:
- Job output logs
- Job artifacts
- The [pipeline security dashboard](../../application_security/security_dashboard/index.md#pipeline-security-dashboard) **(ULTIMATE)**
If **Public pipelines** is enabled (default): If **Public pipelines** is enabled (default):
- For **public** projects, anyone can view the pipelines and access the job details - For **public** projects, anyone can view the pipelines and related features.
(output logs and artifacts).
- For **internal** projects, any logged in user can view the pipelines - For **internal** projects, any logged in user can view the pipelines
and access the job details and related features.
(output logs and artifacts). - For **private** projects, any project member (guest or higher) can view the pipelines
- For **private** projects, any member (guest or higher) can view the pipelines and related features.
and access the job details
(output logs and artifacts).
If **Public pipelines** is disabled: If **Public pipelines** is disabled:
- For **public** projects, anyone can view the pipelines, but only members - For **public** projects, anyone can view the pipelines, but only members
(reporter or higher) can access the job details (output logs and artifacts). (reporter or higher) can access the related features.
- For **internal** projects, any logged in user can view the pipelines. - For **internal** projects, any logged in user can view the pipelines.
However, only members (reporter or higher) can access the job details (output logs However, only members (reporter or higher) can access the job related features.
and artifacts). - For **private** projects, only project members (reporter or higher)
- For **private** projects, only members (reporter or higher) can view the pipelines or access the related features.
can view the pipelines and access the job details (output logs and artifacts).
## Auto-cancel pending pipelines ## Auto-cancel pending pipelines
......
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