CICD_PIPELINE_TASK_RUN_RESULT

Constant CICD_PIPELINE_TASK_RUN_RESULT 

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

The result of a task run.

§Notes

§Examples

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