diff options
author | Achilleas Pipinellis <axil@gitlab.com> | 2017-12-07 15:29:40 +0100 |
---|---|---|
committer | Achilleas Pipinellis <axil@gitlab.com> | 2017-12-13 10:49:59 +0100 |
commit | f06982bf92ad93e7efec397f658eb3e53e727c50 (patch) | |
tree | a1bdcdfc786e1f601c7ace41e5bbd3108cb51147 /doc/user/project/pipelines | |
parent | a11fae2489c650bcb6cdd9e5a31c0ea01041256f (diff) | |
download | gitlab-ce-f06982bf92ad93e7efec397f658eb3e53e727c50.tar.gz |
Make usage of SSH keys in CI/CD more cleardocs/ci-ssh-keys
Diffstat (limited to 'doc/user/project/pipelines')
-rw-r--r-- | doc/user/project/pipelines/settings.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/user/project/pipelines/settings.md b/doc/user/project/pipelines/settings.md index daa5463d680..43451844f2d 100644 --- a/doc/user/project/pipelines/settings.md +++ b/doc/user/project/pipelines/settings.md @@ -68,7 +68,7 @@ in the pipelines settings page. 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. +project setting under your project's **Settings > CI/CD > General pipelines settings**. If **Public pipelines** is enabled (default): |