pub const CICD_PIPELINE_TASK_NAME: &str = "cicd.pipeline.task.name";
Expand description

The human readable name of a task within a pipeline. Task here most closely aligns with a computing process in a pipeline. Other terms for tasks include commands, steps, and procedures.

§Examples

  • Run GoLang Linter
  • Go Build
  • go-test
  • deploy_binary