Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
G
gitlab-runner
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Lars Seipel
gitlab-runner
Commits
2b60e855
Commit
2b60e855
authored
8 years ago
by
Ben Bodenmiller
Committed by
Nick Thomas
8 years ago
Browse files
Options
Downloads
Patches
Plain Diff
improve Windows runner details
parent
dbda11d4
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
docs/install/windows.md
+4
-0
4 additions, 0 deletions
docs/install/windows.md
with
4 additions
and
0 deletions
docs/install/windows.md
+
4
−
0
View file @
2b60e855
...
...
@@ -38,6 +38,8 @@ To install and run GitLab Runner on Windows you need:
shell
Runner registered successfully. Feel free to start it, but if it's running already the config should be automatically reloaded!
```
If you'd like to register multiple Runners on the same machine with different
configurations repeat the
`gitlab-runner register`
command.
1.
Install the Runner as a service and start it. You can either run the service
using the Built-in System Account (recommended) or using a user account.
...
...
@@ -64,6 +66,8 @@ To install and run GitLab Runner on Windows you need:
1.
(Optional) Update Runners
`concurrent`
value in
`C:\GitLab-Runner\config.toml`
to allow multiple concurrent jobs as detailed in
[
advanced configuration details
](
../configuration/advanced-configuration.md
)
.
Additionally you can use the advanced configuration details to update your
shell executor to use Bash or PowerShell rather than Batch.
Voila! Runner is installed, running, and will start again after each system reboot.
Logs are stored in Windows Event Log.
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment