diff options
author | Fabio Busatto <fabio@gitlab.com> | 2017-09-06 09:20:44 +0000 |
---|---|---|
committer | Achilleas Pipinellis <axil@gitlab.com> | 2017-09-06 09:20:44 +0000 |
commit | 1f01815e2344ad48b65f0f3cd2086a33e6a8b50b (patch) | |
tree | c30055f7371de1a6d4dca5255899c63498933722 /app/views | |
parent | 446c7fc6f190ac8b8bb879a2a5be37c95fafdd13 (diff) | |
download | gitlab-ce-1f01815e2344ad48b65f0f3cd2086a33e6a8b50b.tar.gz |
Update 'Visibility of pipelines'
Diffstat (limited to 'app/views')
-rw-r--r-- | app/views/projects/pipelines_settings/_show.html.haml | 15 |
1 files changed, 14 insertions, 1 deletions
diff --git a/app/views/projects/pipelines_settings/_show.html.haml b/app/views/projects/pipelines_settings/_show.html.haml index 255d7ef38e0..d407e187df0 100644 --- a/app/views/projects/pipelines_settings/_show.html.haml +++ b/app/views/projects/pipelines_settings/_show.html.haml @@ -60,8 +60,21 @@ = f.check_box :public_builds %strong Public pipelines .help-block - Allow everyone to access pipelines for public and internal projects + Allow public access to pipelines and job details, including output logs and artifacts = link_to icon('question-circle'), help_page_path('user/project/pipelines/settings', anchor: 'visibility-of-pipelines'), target: '_blank' + .bs-callout.bs-callout-info + %p If enabled: + %ul + %li + For public projects, anyone can view pipelines and access job details (output logs and artifacts) + %li + For internal projects, any logged in user can view pipelines and access job details (output logs and artifacts) + %li + For private projects, any member (guest or higher) can view pipelines and access job details (output logs and artifacts) + %p + If disabled, the access level will depend on the user's + permissions in the project. + %hr .form-group .checkbox |