Constant CICD_PIPELINE_TASK_NAME
pub const CICD_PIPELINE_TASK_NAME: &'static str;
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"