Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
dev:git:gitlab [2020/09/24 08:05] jsdev:git:gitlab [2022/10/24 12:12] (current) – [gitlab-runner] js
Line 1: Line 1:
-{{ :dev:git:gitlab.png?direct |}}+{{ :dev:git:gitlab-logo-gray-stacked-rgb.png?direct&400 |}}
  
 GitLab is a web-based DevOps lifecycle tool that provides a Git-repository manager providing wiki, issue-tracking and continuous integration and deployment pipeline features, using an open-source license, developed by GitLab Inc. [[https://en.wikipedia.org/wiki/GitLab | Wikipedia]] GitLab is a web-based DevOps lifecycle tool that provides a Git-repository manager providing wiki, issue-tracking and continuous integration and deployment pipeline features, using an open-source license, developed by GitLab Inc. [[https://en.wikipedia.org/wiki/GitLab | Wikipedia]]
Line 5: Line 5:
 \\ \\
 Homepage: https://gitlab.com Homepage: https://gitlab.com
 +
 +===== Community Edition =====
 +
 +Omnibus package: [[https://packages.gitlab.com/gitlab/gitlab-ce]]
 +
 +====== gitlab ci/cd ======
 +
 +===== remote calls =====
 +  * [[dev:git:gitlab:api:examples|API call examples with curl]]
 +  * [[dev:git:gitlab:badges:examples|Badges / status icons examples for http]]
 +
 +===== gitlab-runner =====
 +  * [[dev:git:gitlab:runner:changeuser|Change gitlab-runner user and working dir]]
 +  * [[dev:git:gitlab:runner:runmultiple|Change gitlab-runner to run multiple runnrs]]
 +  * [[dev:git:gitlab:runner:errnotty|Error no tty present and no askpass programm specified]]