Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 455 Bytes

automatically-adding-a-runner-to-a-group.md

File metadata and controls

11 lines (8 loc) · 455 Bytes

You can use the configuration script to automatically add a new runner to a group. For example, this command registers a new runner and uses the --runnergroup parameter to add it to a group named rg-runnergroup.

./config.sh --url $org_or_enterprise_url --token $token --runnergroup rg-runnergroup

The command will fail if the runner group doesn't exist:

Could not find any self-hosted runner group named "rg-runnergroup".