CICD_PIPELINE_TASK_RUN_RESULT

Constant CICD_PIPELINE_TASK_RUN_RESULT 

Source
pub const CICD_PIPELINE_TASK_RUN_RESULT: &str = "cicd.pipeline.task.run.result";
Expand description

The result of a task run.

§Notes

§Examples

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