IHmG

Untitled

Oct 4th, 2022
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.89 KB | None | 0 0
  1. Windows PowerShell
  2. (C) Корпорация Майкрософт (Microsoft Corporation). Все права защищены.
  3.  
  4. PS C:\Windows\system32> cd C:\Services\gitlab-runner
  5. PS C:\Services\gitlab-runner> ./gitlab-runner.exe register
  6. ./gitlab-runner.exe : Имя "./gitlab-runner.exe" не распознано как имя командлета, функции, файла сценария или выполняем
  7. ой программы. Проверьте правильность написания имени, а также наличие и правильность пути, после чего повторите попытку
  8. .
  9. строка:1 знак:2
  10. + ./gitlab-runner.exe register
  11. + ~~~~~~~~~~~~~~~~~~~
  12. + CategoryInfo : ObjectNotFound: (./gitlab-runner.exe:String) [], CommandNotFoundException
  13. + FullyQualifiedErrorId : CommandNotFoundException
  14.  
  15. PS C:\Services\gitlab-runner> ./gitlab-runner.exe register
  16. ./gitlab-runner.exe : Имя "./gitlab-runner.exe" не распознано как имя командлета, функции, файла сценария или выполняем
  17. ой программы. Проверьте правильность написания имени, а также наличие и правильность пути, после чего повторите попытку
  18. .
  19. строка:1 знак:1
  20. + ./gitlab-runner.exe register
  21. + ~~~~~~~~~~~~~~~~~~~
  22. + CategoryInfo : ObjectNotFound: (./gitlab-runner.exe:String) [], CommandNotFoundException
  23. + FullyQualifiedErrorId : CommandNotFoundException
  24.  
  25. PS C:\Services\gitlab-runner> ./gitlab-runner.exe register
  26. Runtime platform arch=amd64 os=windows pid=1876 revision=43b2dc3d version=15.4.0
  27. Enter the GitLab instance URL (for example, https://gitlab.com/):
  28. https://git1.bris.kuzesc.ru/
  29. Enter the registration token:
  30. PrTkqmAub5E2mQhDh8-4
  31. Enter a description for the runner:
  32. [KES-SDBS66]: kes-sdbs66-kesprod
  33. Enter tags for the runner (comma-separated):
  34. windows
  35. Enter optional maintenance note for the runner:
  36.  
  37. Registering runner... succeeded runner=PrTkqmAu
  38. Enter an executor: custom, docker, docker-ssh, ssh, docker+machine, docker-ssh+machine, docker-windows, parallels, shell, virtualbox, kubernetes:
  39. shell
  40. Runner registered successfully. Feel free to start it, but if it's running already the config should be automatically reloaded!
  41.  
  42. Configuration (with the authentication token) was saved in "C:\\Services\\gitlab-runner\\config.toml"
  43. PS C:\Services\gitlab-runner> ./gitlab-runner.exe install
  44. Runtime platform arch=amd64 os=windows pid=6384 revision=43b2dc3d version=15.4.0
  45. PS C:\Services\gitlab-runner> ./gitlab-runner.exe start
  46. Runtime platform arch=amd64 os=windows pid=6140 revision=43b2dc3d version=15.4.0
  47. PS C:\Services\gitlab-runner>
Add Comment
Please, Sign In to add comment