Constant CICD_PIPELINE_TASK_RUN_RESULT

pub const CICD_PIPELINE_TASK_RUN_RESULT: &'static str;
Expand description

The result of a task run.

§Notes

§Examples

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