zoukankan      html  css  js  c++  java
  • CentOS 7上安装gitlab-runner

    1、yum install gitlab-runner -y
    2、Registering Runners
    a.Run the following command:
    gitlab-runner register
    b.Enter your GitLab instance URL:
    Please enter the gitlab-ci coordinator URL (e.g. https://gitlab.com )
    你的gitlab地址
    c.Enter the token you obtained to register the Runner:
    Please enter the gitlab-ci token for this runner
    xxx
    d.Enter a description for the Runner, you can change this later in GitLab's UI:
    Please enter the gitlab-ci description for this runner
    [hostame] my-runner
    e.Enter the tags associated with the Runner, you can change this later in GitLab's UI:
    Please enter the gitlab-ci tags for this runner (comma separated):
    my-tag,another-tag
    f.Enter the Runner executor:
    Please enter the executor: ssh, docker+machine, docker-ssh+machine, kubernetes, docker, parallels, virtualbox, docker-ssh, shell:
    shell

  • 相关阅读:
    小技巧:通过linux一行命令修改ip
    小技巧:textarea文本输入区内实现换行
    set 排序实例
    每日日报
    每日日报
    每日日报
    每日日报
    每日日报
    每日日报
    每日日报
  • 原文地址:https://www.cnblogs.com/winnerREN/p/9460458.html
Copyright © 2011-2022 走看看