About 220,000 results
Open links in new tab
  1. Azure Pipelines baseline architecture - Azure Pipelines

    Feb 3, 2025 · Architecture diagram of an Azure pipeline. The diagram shows the following steps: 1. An engineer pushing code changes to an Azure DevOps Git repository. 2. An Azure Pipelines PR pipeline getting triggered. This pipeline shows the following tasks: linting, restore, build, and unit tests. 3. An Azure Pipelines CI pipeline getting triggered.

  2. Pipeline architecture | GitLab Docs - GitLab Documentation

    Pipelines are the fundamental building blocks for CI/CD in GitLab. This page documents some of the important concepts related to them. You can structure your pipelines with different methods, each with their own advantages. These methods can be mixed and matched if needed:

  3. CI/CD pipelines | GitLab Docs

    When editing CI/CD configuration in GitLab, you should use the pipeline editor. You can also configure specific aspects of your pipelines through the GitLab UI: Pipeline settings for each project. Pipeline schedules. Custom CI/CD variables.

  4. CI/CD development guidelines | GitLab Docs - GitLab Documentation

    CI Architecture overview. The following is a simplified diagram of the CI architecture. Some details are left out to focus on the main components. On the left side we have the events that can trigger a pipeline based on various events (triggered by a user or automation): A git push is the most common event that triggers a pipeline. The Web API.

  5. What is a CI/CD pipeline? - GitLab

    Below is a brief example of a CI/CD pipeline diagram: Source code control: Host code on GitLab to integrate your app with major software and services. CI/CD: Use GitLab CI/CD to commit all code, build and run the required tests. Deploy code to UAT: Configure GitLab CI/CD to deploy code to the UAT server.

  6. How to create a CI/CD pipeline using Gitlab and azure DevOPs

    Aug 12, 2023 · 🚀 End-to-End CI/CD Pipeline on Azure: AKS + ACR + Key Vault + Azure DevOps “From code commit to containerized deployment — harness the full power of Azure DevOps, AKS, ACR, and Key Vault in...

  7. How to Setup CI/CD Pipeline using Gitlab-CI to Deploy to Azure

    Jul 3, 2020 · A Complete Zero-to-Hero guide in setting up a CI/CD Pipeline using Gitlab-CI to deploy with the help of Azure Storage

  8. GitLab into Azure | Microsoft Learn

    Jul 14, 2020 · Restore and deploy a complete Azure infrastructure using GitLab's CI/CD pipelines. Jump To: What is GitLab? Demo start; Pipelines overview; Build definitions; Runners; Pipeline output; Results; Learn More: About GitLab; GitLab Docs; Running GitLab on Microsoft Azure; Azure DevOps Docs; GitHub Actions; Azure DevOps YouTube

  9. Architecture Diagrams - The GitLab Handbook

    The following are reference architecture diagrams for various deployment methods of GitLab. Cloud Providers AWS See High Availability on AWS GCP See GKE on GCP On-prem See GitLab Architecture Overview

  10. Pipeline architecture - GitLab

    Pipelines are the fundamental building blocks for CI/CD in GitLab. This page documents some of the important concepts related to them. You can structure your pipelines with different methods, each with their own advantages. These methods can be mixed and matched if needed:

Refresh