Introduced Gitlab CI : Gitlab Runner
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.
Rev: 1.0.1
To integrate our gitlab server as CI/CD automation system.
-
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}
- Developer
- Chang.Jay