约 1,600,000 个结果
在新选项卡中打开链接
  1. CI/CD pipelines - GitLab

    To get started with your first pipeline, see Create and run your first GitLab CI/CD pipeline. Pipelines can be configured in many different ways: Basic pipelines run everything in each …

  2. Pipeline architecture | GitLab Docs

    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 …

  3. How To Write CI/CD Pipeline Using GitLab? - GeeksforGeeks

    2025年7月23日 · In this article, we'll learn how to create a CI/CD pipeline using Gitlab. We'll use the Website version provided by Gitlab at Gitlab.com to avoid any problems with system …

  4. Tutorial: Create a complex pipeline | GitLab Docs

    This tutorial walks you through configuring a progressively more complex CI/CD pipeline through small, iterative steps. The pipeline is always fully functional, but it gains more functionality with …

  5. 3 types of GitLab CI/CD pipelines and managing them effectively

    What is a GitLab CI/CD pipeline? GitLab CI/CD is a platform that provides version control, build management, and basic Continuous Delivery capabilities. A GitLab CI/CD pipeline automates …

  6. How to Set Up a CI/CD Pipeline with GitLab: A Beginner's Guide

    2024年6月11日 · GitLab is a comprehensive DevOps platform that integrates source control, CI/CD, and other DevOps tools. This guide will walk you through setting up a simple CI/CD …

  7. Comprehensive Guide to GitLab CI/CD | by Yian Hsiao - Medium

    2023年10月16日 · In this guide, we will take a deep dive into the world of GitLab CI/CD, exploring its fundamental building blocks, and guiding you through the process of setting up and running …

  8. CI/CD pipelines - GitLab

    You can find the current and historical pipeline runs under your project’s CI/CD > Pipelines page. You can also access pipelines for a merge request by navigating to its Pipelines tab.

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

    Pipelines are fundamental to continuous integration and delivery (CI/CD). Learn how CI/CD pipelines work and how they automate code tests and builds.

  10. GitLab CI/CD Tutorial: From Basic To Advanced - Octopus Deploy

    GitLab CI/CD allows you to automate tasks such as building, testing, and deploying code through pipelines. Below is a step-by-step guide to creating and running your first pipeline.