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

  • 相关阅读:
    058_从键盘读取一个论坛积分,判断论坛用户等级
    057_统计 Linux 进程相关数量信息
    bzoj3436
    bzoj1202
    bzoj1044
    bzoj2338
    bzoj1854
    bzoj1856
    830C
    bzoj2132
  • 原文地址:https://www.cnblogs.com/winnerREN/p/9460458.html
Copyright © 2011-2022 走看看