Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLin Jen-Shin <godfat@godfat.org>2016-06-07 17:48:16 +0300
committerLin Jen-Shin <godfat@godfat.org>2016-06-09 11:00:24 +0300
commit9e14ebe6bce26fc16b7310b61870f41747e83d14 (patch)
treea7fcedd414861474cdd69a01c973b1ead1f2e3cc /doc/ci/runners/README.md
parent7fa80a79cdf91782f68794e5a5b879abf6d986dc (diff)
Update CHANGELOG and doc for locked runner feature
Diffstat (limited to 'doc/ci/runners/README.md')
-rw-r--r--doc/ci/runners/README.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/ci/runners/README.md b/doc/ci/runners/README.md
index 40dc13d53b1..bd654e655d6 100644
--- a/doc/ci/runners/README.md
+++ b/doc/ci/runners/README.md
@@ -96,6 +96,12 @@ To register the runner, run the command below and follow instructions:
sudo gitlab-runner register
```
+### Lock a specific runner from being enabled from other projects
+
+You can configure a runner to prevent it from being enabled for the other
+projects, so it's exclusive to current projects. This setting is available
+on each runner in *Project Settings* > *Runners*.
+
### Making an existing Shared Runner Specific
If you are an admin on your GitLab instance,