summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorShinya Maeda <shinya@gitlab.com>2017-08-28 18:19:45 +0900
committerShinya Maeda <shinya@gitlab.com>2017-09-03 23:49:10 +0900
commit6fbb3ce6e93b8dfba795d4542fcb5602c4c82eaf (patch)
treea346db5d5af70549365e727d8f0d605e89c06581 /doc
parent1f114df25ac3f5336316b09dc3ef65da03373318 (diff)
downloadgitlab-ce-6fbb3ce6e93b8dfba795d4542fcb5602c4c82eaf.tar.gz
Fix doc
Diffstat (limited to 'doc')
-rw-r--r--doc/ci/runners/README.md19
-rw-r--r--doc/ci/runners/img/specific_runners_edit_icon.pngbin1414 -> 0 bytes
2 files changed, 10 insertions, 9 deletions
diff --git a/doc/ci/runners/README.md b/doc/ci/runners/README.md
index 01198744c19..4ccf1b56771 100644
--- a/doc/ci/runners/README.md
+++ b/doc/ci/runners/README.md
@@ -107,24 +107,25 @@ To lock/unlock a Runner:
1. Check the **Lock to current projects** option
1. Click **Save changes** for the changes to take effect
-## Protected runners
+## Protected Runners
>**Notes:**
-This feature requires GitLab 10.0 or higher.
+[Introduced](https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/13194)
+in GitLab 10.0.
-You can protect runners from revealing sensitive information.
-Whenever a runner is protected, the runner picks only jobs created on
-[protected branches] or [protected tags], and ignore other jobs.
+You can protect Runners from revealing sensitive information.
+Whenever a Runner is protected, the Runner picks only jobs created on
+[protected branches] or [protected tags], and ignores other jobs.
-To protect/unprotect runners:
+To protect/unprotect Runners:
1. Visit your project's **Settings ➔ Pipelines**
-1. Find a runner you want to protect/unprotect and make sure it's enabled
-1. Click a pencil button ![specific runners edit icon](img/specific_runners_edit_icon.png) resides runner name
+1. Find a Runner you want to protect/unprotect and make sure it's enabled
+1. Click the pencil button besides the Runner name
1. Check the **Protected** option
1. Click **Save changes** for the changes to take effect
-![specific runners edit icon](img/protected_runners_check_box.png)
+![specific Runners edit icon](img/protected_runners_check_box.png)
## How shared Runners pick jobs
diff --git a/doc/ci/runners/img/specific_runners_edit_icon.png b/doc/ci/runners/img/specific_runners_edit_icon.png
deleted file mode 100644
index e83cf6e3858..00000000000
--- a/doc/ci/runners/img/specific_runners_edit_icon.png
+++ /dev/null
Binary files differ