Constant CICD_PIPELINE_RESULT

Source
pub const CICD_PIPELINE_RESULT: &str = "cicd.pipeline.result";
Expand description

The result of a pipeline run.

§Notes

§Examples

  • "success"
  • "failure"
  • "timeout"
  • "skipped"