Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
17b47f1b
Commit
17b47f1b
authored
Aug 31, 2021
by
Suzanne Selhorn
Committed by
Amy Qualls
Aug 31, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Removed lock references
parent
4bf37b54
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
doc/ci/runners/runners_scope.md
doc/ci/runners/runners_scope.md
+3
-3
No files found.
doc/ci/runners/runners_scope.md
View file @
17b47f1b
...
...
@@ -168,7 +168,7 @@ You must have the [Owner role](../../user/permissions.md#group-members-permissio
| Attribute | Description |
| ------------ | ----------- |
| Type | Displays the runner type:
`group`
or
`specific`
,
together with the optional states
`locked`
and
`paused`
|
| Type | Displays the runner type:
`group`
or
`specific`
,
and the optional state
`paused`
|
| Runner token | Token used to identify the runner, and that the runner uses to communicate with the GitLab instance |
| Description | Description given to the runner when it was created |
| Version | GitLab Runner version |
...
...
@@ -242,10 +242,10 @@ You can configure a specific runner so it is "locked" and cannot be enabled for
This setting can be enabled when you first
[
register a runner
](
https://docs.gitlab.com/runner/register/
)
,
but can also be changed later.
To lock or unlock a runner:
To lock or unlock a
specific
runner:
1.
Go to the project's
**Settings > CI/CD**
and expand the
**Runners**
section.
1.
Find the
runner you want to lock or unlock. Make sure it's enabled
.
1.
Find the
specific runner you want to lock or unlock. Make sure it's enabled. You cannot lock shared or group runners
.
1.
Click the pencil button.
1.
Check the
**Lock to current projects**
option.
1.
Click
**Save changes**
.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment