1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-09-09 16:53:33 +02:00

Resources added for Gitlab CI in QA (#1677)

This commit is contained in:
Archit Sharma
2022-09-04 09:46:36 +00:00
committed by GitHub
parent fd14df1a72
commit d4b574cc12

View File

@@ -1 +1,10 @@
# Gitlab ci
# GitLab CI
GitLab offers a CI/CD service that can be used as a SaaS offering or self-managed using your own resources. You can use GitLab CI with any GitLab hosted repository, or any BitBucket Cloud or GitHub repository in the GitLab Premium self-managed, GitLab Premium SaaS and higher tiers.
<BadgeLink badgeText='Official Website' colorScheme='blue' href='https://gitlab.com/'>GitLab Website</BadgeLink>
<BadgeLink badgeText='Official Documentation' colorScheme='yellow' href='https://docs.gitlab.com/'>GitLab Documentation</BadgeLink>
<BadgeLink badgeText='Read' colorScheme='yellow' href='https://docs.gitlab.com/ee/ci/quick_start/'>Get Started with GitLab CI</BadgeLink>
<BadgeLink badgeText='Read' colorScheme='yellow' href='https://docs.gitlab.com/ee/tutorials/'>Learn GitLab Tutorials</BadgeLink>
<BadgeLink badgeText='Read' colorScheme='yellow' href='https://docs.gitlab.com/ee/ci/examples/'>GitLab CI/CD Examples</BadgeLink>