Skip to content
Latchkey

What Is a Group Variable?

A group variable is a pipeline variable set on a group rather than a single project, so all projects under that group inherit its value. It centralizes configuration and credentials shared across many repositories. Projects can still override it with a more specific value.

Why it matters

Defining the same registry token or shared setting in every project is error-prone and hard to rotate. A group variable holds it once for all projects, so an update propagates everywhere. The trade-off is broader blast radius, so group-level secrets deserve tight access control.

Related guides

Tired of flaky CI? Latchkey auto-heals failed jobs and retries them for you. Start free →