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 [2022/04/19 08:11] 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 10: Line 10:
 Omnibus package: [[https://packages.gitlab.com/gitlab/gitlab-ce]] 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 ===== ===== gitlab-runner =====
   * [[dev:git:gitlab:runner:changeuser|Change gitlab-runner user and working dir]]   * [[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]]