Skip to content

Commit

Permalink
README Update.
Browse files Browse the repository at this point in the history
  • Loading branch information
Francis J.. Van Wetering IV committed Sep 3, 2015
1 parent c4f9716 commit d6ac530
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,9 @@ The version of the gitlab-ci-multi-runner package is restricted to `v0.4.2` for
##Usage

```puppet
class {'gitlab_ci_multi_runner': }
class {'gitlab_ci_multi_runner':
nice => 15
}
gitlab_ci_multi_runner::runner { "This is My Runner":
gitlab_ci_url => 'http://ci.gitlab.examplecorp.com'
Expand All @@ -34,6 +36,12 @@ gitlab_ci_multi_runner::runner { "This is My Second Runner":
}
```

##Installation Options

#### nice

control the niceness of the actual process running the CI Jobs. Valid values are from -20 to 19. Leading '+' is optional.

##Runner Options

All options are pulled from the Gitlab CI MultiRunner registration command - The name of the runner will be used to
Expand Down

0 comments on commit d6ac530

Please sign in to comment.