Constant CICD_PIPELINE_RUN_STATE

Source
pub const CICD_PIPELINE_RUN_STATE: &str = "cicd.pipeline.run.state";
Expand description

The pipeline run goes through these states during its lifecycle.

§Notes

§Examples

  • "pending"
  • "executing"
  • "finalizing"