Updated on 2024-11-27 GMT+08:00

Concepts

Table 1 Basic concepts

Term

Definition

Task orchestration

You can orchestrate stages and jobs when you create, clone, or edit a pipeline.

Stage

A stage is a basic part of a pipeline. Jobs of build, code check, API test, and deployment can be orchestrated and managed in different stages. Closely associated jobs can be managed in one stage for intuitive workflows.

Job

A job is the minimum manageable execution unit in a pipeline. Jobs can be orchestrated in serial and parallel mode in a stage. Job types include build, code check, API test, deployment, and so on.

Execution plan

Execution plans are used to automatically trigger pipelines. By configuring an execution plan, you can make the pipeline run more flexibly.

Pass conditions

Pass conditions are quality thresholds used for a pipeline stage. You can configure policies for pass conditions to control whether a pipeline can proceed to the next stage.

Pipeline template

The template for creating a pipeline.