About 50 results
Open links in new tab
  1. Get started with GitLab CI/CD | GitLab Docs

    CI/CD is a continuous method of software development, where you continuously build, test, deploy, and monitor iterative code changes. This iterative process helps reduce the chance that you develop new …

  2. Track deployments of an external deployment tool | GitLab Docs

    While GitLab offers a built-in deployment solution, you might prefer to use an external deployment tool, such as Heroku or ArgoCD. GitLab can receive deployment events from these external tools and …

  3. Tutorial: Create and run your first GitLab CI/CD pipeline

    This tutorial shows you how to configure and run your first CI/CD pipeline in GitLab. If you are already familiar with basic CI/CD concepts, you can learn about common keywords in Tutorial: Create a …

  4. CI/CD examples | GitLab Docs

    Fast and natural continuous integration with GitLab CI Demo: CI/CD with GitLab in action Migrating to GitLab from third-party CI tools Examples of migration to GitLab CI/CD from other tools: Bamboo …

  5. Get started deploying and releasing your application

    Deployment safety is part of the continuous delivery pipeline and helps ensure the reliability and security of your deployments. GitLab provides built-in safety mechanisms, like automatic rollbacks in case of …

  6. Continuous vulnerability scanning | GitLab Docs

    Continuous vulnerability scanning looks for security vulnerabilities in your project’s dependencies by comparing their component names and versions against information in the latest security advisories.

  7. Deploy and release your application | GitLab Docs

    Deploy and release your application Deployment is the step of the software delivery process when your application gets deployed to its final, target infrastructure. You can deploy your application internally …

  8. Use CI/CD to build your application | GitLab Docs

    Use GitLab CI/CD with GitHub, Bitbucket, and other external repositories.

  9. CI/CD pipelines | GitLab Docs

    CI/CD pipelines are the fundamental component of GitLab CI/CD. Pipelines are configured in a .gitlab-ci.yml file by using YAML keywords. Pipelines can run automatically for specific events, like when …

  10. Auto DevOps | GitLab Docs

    Ready-to-use review apps for previewing changes in a live environment Quick deployments to Kubernetes clusters Progressive deployment strategies that reduce risk and downtime For an …