diff options
author | Lin Jen-Shin <godfat@godfat.org> | 2016-06-07 22:48:16 +0800 |
---|---|---|
committer | Lin Jen-Shin <godfat@godfat.org> | 2016-06-09 16:00:24 +0800 |
commit | 9e14ebe6bce26fc16b7310b61870f41747e83d14 (patch) | |
tree | a7fcedd414861474cdd69a01c973b1ead1f2e3cc /doc/ci/runners | |
parent | 7fa80a79cdf91782f68794e5a5b879abf6d986dc (diff) | |
download | gitlab-ce-9e14ebe6bce26fc16b7310b61870f41747e83d14.tar.gz |
Update CHANGELOG and doc for locked runner feature
Diffstat (limited to 'doc/ci/runners')
-rw-r--r-- | doc/ci/runners/README.md | 6 |
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, |