Skip to content

This project record how to step by step setup gitlab runners from bash scripts.

Notifications You must be signed in to change notification settings

JayChanggithub/gitlab-ci-runner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

gitlab-ci-setup

Introduced Gitlab CI : Gitlab Runner


Description

GitLab Runner is the open source project that is used to run your jobs and send the results back to GitLab.
It is used in conjunction with GitLab CI, the open-source continuous integration service included with GitLab that coordinates the jobs.


Version

Rev: 1.0.1


Purpose

To integrate our gitlab server as CI/CD automation system.


Usage

  • Execute the shell script for setup gitlab-ci-runner.

    $ bash setup_ci.sh
  • Input regarding the gitlab-ci arguments.

    Please Input Runner token =>: ${share_token}
    Please Input Gitlab URL   =>: ${gitlab_url}
    Please Input Gitlab IP   =>: ${gitlab_ip}
    Please define the git-ci tag =>: ${git_tag}

Associates

  • Developer
    • Chang.Jay

Contact

Author: Jay.Chang

About

This project record how to step by step setup gitlab runners from bash scripts.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages