Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
8b32db55
Commit
8b32db55
authored
Oct 03, 2019
by
Marcel Amirault
Committed by
Evan Read
Oct 03, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
First draft updating pipeline visibility doc
parent
a97c8792
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
18 additions
and
15 deletions
+18
-15
doc/user/project/pipelines/settings.md
doc/user/project/pipelines/settings.md
+18
-15
No files found.
doc/user/project/pipelines/settings.md
View file @
8b32db55
...
...
@@ -122,30 +122,33 @@ lein cloverage | perl -pe 's/\e\[?.*?[\@-~]//g'
## Visibility of pipelines
Access to pipelines and job details (including output of logs and artifacts)
is checked against your current user access level and the
**Public pipelines**
project setting under your project's
**Settings > CI/CD > General pipelines settings**
.
Pipeline visibility is determined by:
-
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):
-
For
**public**
projects, anyone can view the pipelines and access the job details
(output logs and artifacts).
-
For
**public**
projects, anyone can view the pipelines and related features.
-
For
**internal**
projects, any logged in user can view the pipelines
and access the job details
(output logs and artifacts).
-
For
**private**
projects, any member (guest or higher) can view the pipelines
and access the job details
(output logs and artifacts).
and related features.
-
For
**private**
projects, any project member (guest or higher) can view the pipelines
and related features.
If
**Public pipelines**
is disabled:
-
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.
However, only members (reporter or higher) can access the job details (output logs
and artifacts).
-
For
**private**
projects, only members (reporter or higher)
can view the pipelines and access the job details (output logs and artifacts).
However, only members (reporter or higher) can access the job related features.
-
For
**private**
projects, only project members (reporter or higher)
can view the pipelines or access the related features.
## Auto-cancel pending pipelines
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment