cicd.pipeline.run.state
Release candidateenumas of v1.44.0
The pipeline run goes through these states during its lifecycle.
Examples
- pending
- executing
- finalizing
Values (3)
pendingThe run pending state spans from the event triggering the pipeline run until the execution of the run starts (eg. time spent in a queue, provisioning agents, creating run resources).executingThe executing state spans the execution of any run tasks (eg. build, test).finalizingThe finalizing state spans from when the run has finished executing (eg. cleanup of run resources).
Used by
metrics (2)
- cicd.pipeline.run.active *
- cicd.pipeline.run.duration *
* required on that signal.
History
- v1.43.0stability
Promoted to release_candidate.
Stability label respelled from experimental to development.
Already present at v1.30.0, the oldest release tracked here (experimental).