Constant CICD_PIPELINE_TASK_RUN_ID
pub const CICD_PIPELINE_TASK_RUN_ID: &'static str;Available on crate features
opentelemetry and semconv_experimental only.Expand description
The unique identifier of a task run within a pipeline.
§Notes
For a given pipeline run and task, the cicd.pipeline.task.run.id MUST be unique within that run. For the same task across different runs of the same pipeline, the cicd.pipeline.task.run.id MAY remain the same, enabling correlation of cicd.pipeline.task.run.result values across multiple pipeline runs.
§Examples
"12097"