Constant CICD_PIPELINE_NAME
Source pub const CICD_PIPELINE_NAME: &str = "cicd.pipeline.name";
Expand description
The human readable name of the pipeline within a CI/CD system.
§Notes
§Examples
"Build and Test"
"Lint"
"Deploy Go Project"
"deploy_to_environment"