Constant CICD_PIPELINE_RESULT

pub const CICD_PIPELINE_RESULT: &'static str;
Expand description

The result of a pipeline run.

§Notes

§Examples

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