Concepts

Core concepts

Space

A workspace for organizing related pipelines and releases.

Pipeline

A pipeline coordinates releases for a service, product, or component. It includes topology, execution mode, release history, and current release state.

Topology

The ordered graph of groups, targets, and dependencies that determines how releases progress through a pipeline.

Group

A stage or rollout boundary that can select releases sequentially or by latest, with optional concurrency.

Target

A pipeline execution step such as a stack deployment, app publish, test suite, or bake.

Release

A coordinated rollout that moves through pipeline targets according to topology and scheduling rules.

Target run

A concrete attempt to run one target for one release, with status, timing, retry, and failure details.

Share

A time-bound read-only pipeline view for stakeholders who need live release visibility without workspace access.