CICD_PIPELINE_RESULT

Constant CICD_PIPELINE_RESULT 

pub const CICD_PIPELINE_RESULT: &'static str;
Available on crate features opentelemetry and semconv_experimental only.
Expand description

The result of a pipeline run.

§Notes

§Examples

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