Difference between revisions of "GitLab Runner"

From wikieduonline
Jump to navigation Jump to search
Line 17: Line 17:
  
 
== Activities ==
 
== Activities ==
# [[/Read GitLab Runner Changelog/]], approximately monthly releases: https://gitlab.com/gitlab-org/gitlab-runner/blob/master/CHANGELOG.md
+
# [[Read GitLab Runner Changelog]], approximately monthly releases: https://gitlab.com/gitlab-org/gitlab-runner/blob/master/CHANGELOG.md
 
# Read GitLab CI/CD Pipeline Configuration Reference:<code>.[[devOps/GitLab/gitlab-ci.yml|gitlab-ci.yml]]</code> https://docs.gitlab.com/ee/ci/yaml/
 
# Read GitLab CI/CD Pipeline Configuration Reference:<code>.[[devOps/GitLab/gitlab-ci.yml|gitlab-ci.yml]]</code> https://docs.gitlab.com/ee/ci/yaml/
# Read [[DevOps/GitLab/GitLab release notes|GitLab release notes]]
+
# Read [[GitLab release notes]]
 
# Learn differences between [[TeamCity|TeamCity Agents]] and [[DevOps/GitLab/GitLab Runner|Gitlab runners]]
 
# Learn differences between [[TeamCity|TeamCity Agents]] and [[DevOps/GitLab/GitLab Runner|Gitlab runners]]
  

Revision as of 15:40, 12 January 2020

Gitlab Runner[1] released in January 2015[2] and written in Go offers continuous integration in GitLab, it is used to run your CI/CD jobs and send the results back to GitLab.

Configuration: /etc/gitlab-runner/config.toml. Read https://docs.gitlab.com/runner/configuration/advanced-configuration.html

Configuration allows to define

  • how many jobs you can run in parallel concurrent option
  • Integration with sentry
  • Integration with Prometheus

Commands

Activities

  1. Read GitLab Runner Changelog, approximately monthly releases: https://gitlab.com/gitlab-org/gitlab-runner/blob/master/CHANGELOG.md
  2. Read GitLab CI/CD Pipeline Configuration Reference:.gitlab-ci.yml https://docs.gitlab.com/ee/ci/yaml/
  3. Read GitLab release notes
  4. Learn differences between TeamCity Agents and Gitlab runners

See also

  • https://docs.gitlab.com/runner/
  • https://gitlab.com/gitlab-org/gitlab-runner/commit/6f1b10ef6d72de4afc0937ca9337b41be543d64c
  • Advertising: