Contexts

Contexts

Contexts are a way to access information inside a workflow run. Data can be access like this inside a job

${{ <contextName>.data }}

Contexts available:

Context CDS

It contains all cds data related to the workflow execution

Context Git

It contains all git information related to the workflow execution

Context Jobs

It contains the status and outputs of all recursive parent jobs

Context Needs

It contains the status and outputs of all direct parent jobs

Context Steps

It contains the status and outputs of all previous steps in the current jobs

Context vars