Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Windows PowerShell
- (C) Корпорация Майкрософт (Microsoft Corporation). Все права защищены.
- PS C:\Windows\system32> cd C:\Services\gitlab-runner
- PS C:\Services\gitlab-runner> ./gitlab-runner.exe register
- ./gitlab-runner.exe : Имя "./gitlab-runner.exe" не распознано как имя командлета, функции, файла сценария или выполняем
- ой программы. Проверьте правильность написания имени, а также наличие и правильность пути, после чего повторите попытку
- .
- строка:1 знак:2
- + ./gitlab-runner.exe register
- + ~~~~~~~~~~~~~~~~~~~
- + CategoryInfo : ObjectNotFound: (./gitlab-runner.exe:String) [], CommandNotFoundException
- + FullyQualifiedErrorId : CommandNotFoundException
- PS C:\Services\gitlab-runner> ./gitlab-runner.exe register
- ./gitlab-runner.exe : Имя "./gitlab-runner.exe" не распознано как имя командлета, функции, файла сценария или выполняем
- ой программы. Проверьте правильность написания имени, а также наличие и правильность пути, после чего повторите попытку
- .
- строка:1 знак:1
- + ./gitlab-runner.exe register
- + ~~~~~~~~~~~~~~~~~~~
- + CategoryInfo : ObjectNotFound: (./gitlab-runner.exe:String) [], CommandNotFoundException
- + FullyQualifiedErrorId : CommandNotFoundException
- PS C:\Services\gitlab-runner> ./gitlab-runner.exe register
- Runtime platform arch=amd64 os=windows pid=1876 revision=43b2dc3d version=15.4.0
- Enter the GitLab instance URL (for example, https://gitlab.com/):
- https://git1.bris.kuzesc.ru/
- Enter the registration token:
- PrTkqmAub5E2mQhDh8-4
- Enter a description for the runner:
- [KES-SDBS66]: kes-sdbs66-kesprod
- Enter tags for the runner (comma-separated):
- windows
- Enter optional maintenance note for the runner:
- Registering runner... succeeded runner=PrTkqmAu
- Enter an executor: custom, docker, docker-ssh, ssh, docker+machine, docker-ssh+machine, docker-windows, parallels, shell, virtualbox, kubernetes:
- shell
- Runner registered successfully. Feel free to start it, but if it's running already the config should be automatically reloaded!
- Configuration (with the authentication token) was saved in "C:\\Services\\gitlab-runner\\config.toml"
- PS C:\Services\gitlab-runner> ./gitlab-runner.exe install
- Runtime platform arch=amd64 os=windows pid=6384 revision=43b2dc3d version=15.4.0
- PS C:\Services\gitlab-runner> ./gitlab-runner.exe start
- Runtime platform arch=amd64 os=windows pid=6140 revision=43b2dc3d version=15.4.0
- PS C:\Services\gitlab-runner>
Add Comment
Please, Sign In to add comment