카테고리 없음

[CI/CD][GitLab] GitLab Runner 설치 및 'Runner has never contacted this instance' 문제 해결

bemaru 2023. 4. 25. 18:21
반응형

gitlab runner setup 다운로드 ( 공식 사이트 )

 

gitlab url과 gitlab 에서 발급한 token을 기입하면 연결됩니다.

 

GitLab 저장소 > Settings > CI/CD > Runners

 

 

(TODO : 설명 추가)

 

 

 

음.. 왜그럴까..

https://stackoverflow.com/questions/67820925/gitlab-ci-cd-new-runner-has-not-been-connected-yet

 

Gitlab CI/CD: New runner has not been connected yet

I am very new to Gitlab CI/CD and I have read its documentation very carefully about creating a new CI/CD process using .gitlab-ci.yml file. As I have found out in order to have Continuous Deployme...

stackoverflow.com

 

오케이..됬네요

https://docs.gitlab.com/runner/install/windows.html

 

Install GitLab Runner on Windows | GitLab

Documentation for GitLab Community Edition, GitLab Enterprise Edition, Omnibus GitLab, and GitLab Runner.

docs.gitlab.com

 

 

 

 

 

 

Running with gitlab-runner 15.11.0 (436955cb)
Resolving secrets
Preparing the "shell" executor
Using Shell (pwsh) executor...
Preparing environment
ERROR: Job failed (system failure): prepare environment: failed to start process: exec: "pwsh": executable file not found in %PATH%. Check https://docs.gitlab.com/runner/shells/index.html#shell-profile-loading for more information

Running with gitlab-runner 15.11.0 (436955cb)
Resolving secrets
Preparing the "shell" executor
Using Shell (pwsh) executor...
Preparing environment
ERROR: Job failed (system failure): prepare environment: failed to start process: exec: "pwsh": executable file not found in %PATH%. Check https://docs.gitlab.com/runner/shells/index.html#shell-profile-loading for more information

https://stackoverflow.com/questions/68109273/exec-pwsh-executable-file-not-found-in-path

반응형