当前位置:   article > 正文

gitlab-runner配置_windows gitlab-runner executor

windows gitlab-runner executor

gitlab注册

gitlab-runner register --non-interactive --name my-runner --url http://gitlab.example.com --registration-token my-registration-token --executor shell --tag-list common-runner
  • 1

关于Executor的选择

git-runner本身是没有带jdk,maven等编译工具的,但是我们可以选择下述合适的executor去执行编译任务。具体可以参考gitlab的官方文档:execute的选择

  • Shell
  • Docker
  • Docker Machine and Docker Machine SSH (auto-scaling)
  • Parallels
  • VirtualBox
  • SSH
  • Kubernetes

推荐使用shell方式,对应的jdk,maven工具可以自行安装与配置,这种配置比较简单。
如果选择docker,那么要指定一个镜像,这个镜像必须在docker images中或者hub docker中可以找到,并且需要的编译工具都在docker中安装好。
因为计划要将gitlab-runner以docker images的方式部署,那么采用shell的执行器最为合适,不必要docker中运行gitlab-runner,gitlab-runner又再启动一个docker。

声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/不正经/article/detail/130597
推荐阅读
相关标签
  

闽ICP备14008679号