summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGrzegorz Bizon <grzesiek.bizon@gmail.com>2016-05-06 12:44:20 +0200
committerGrzegorz Bizon <grzesiek.bizon@gmail.com>2016-05-19 22:01:53 +0200
commitb253aa32c75cb5b0796ad6a7cd85cba78516ba26 (patch)
tree5069ea9bb0f79add2245bd0e18e84bea9f1bb600
parentda8b72d45300db3339925cf34800b6d17828582f (diff)
downloadgitlab-ce-b253aa32c75cb5b0796ad6a7cd85cba78516ba26.tar.gz
Add docs for a new configuration setting for runner
-rw-r--r--doc/ci/runners/README.md8
1 files changed, 7 insertions, 1 deletions
diff --git a/doc/ci/runners/README.md b/doc/ci/runners/README.md
index a06650b3387..e449d3dc61e 100644
--- a/doc/ci/runners/README.md
+++ b/doc/ci/runners/README.md
@@ -125,7 +125,13 @@ shared runners will only run the jobs they are equipped to run.
For instance, at GitLab we have runners tagged with "rails" if they contain
the appropriate dependencies to run Rails test suites.
-### Be Careful with Sensitive Information
+### Prevent runner with tags from picking jobs without tags
+
+You can configure runner to prevent it from picking jobs with tags when
+runnner does not have tags assigned. This configuration setting is available
+in GitLab interface when editting runner details.
+
+### Be careful with sensitive information
If you can run a build on a runner, you can get access to any code it runs
and get the token of the runner. With shared runners, this means that anyone