GitLab CI/CD 管道,部署到 Windows Server

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 机器上安装 GitLab Runner,而是尝试从 gitlab Runner 连接到 Windows 机器。 (2认同)
  • @Benjamin 你最后是怎么解决这个问题的?我强迫类似的问题,甚至知道如何开始.. (2认同)