Ben*_*min 8 gitlab gitlab-ci gitlab-ci-runner
Using GitLab Runner I have on Linux, I am trying to connect to a Windows Server and run some basic commands there such as git pull.
Does GitLab runner provide any capabilities for accessing windows server?
What other options are there to get such requirement done?
小智 1
我认为你有几个选择
在 Windows 计算机/虚拟机上安装 openssh 并配置服务器,并使用 ssh 从 gitlab 运行程序连接(https://learn.microsoft.com/en-us/windows-server/administration/openssh/openssh_install_firstuse)
(正如 Wojciech Wirzbicki 评论的)在 Windows 上安装 gitlab runner 实例。https://docs.gitlab.com/runner/install/windows.html。我认为这个选择更安全,更容易获胜
使用 winrm 连接到 Windows 服务器