Area(s)
No response
Is your change request related to a problem? Please describe.
Introduce a new artifact.build.pipeline.url.full attribute similar to cicd.pipeline.task.run.url.full.
Describe the solution you'd like
In the context of AWS Lambda functions, deployment artifacts (such as zip files or OCI images) are often built in CI/CD pipelines. By having a reference to the pipeline run that produced the artifact, users can trace back to the exact source and build process. This information is valuable for debugging, compliance, and observability purposes.
Proposed Attribute
- Attribute Name:
artifact.build.pipeline.url.full
- Type: String
- Description: The URL of the pipeline run that built the artifact.
Describe alternatives you've considered
No response
Additional context
No response
Area(s)
No response
Is your change request related to a problem? Please describe.
Introduce a new
artifact.build.pipeline.url.fullattribute similar tocicd.pipeline.task.run.url.full.Describe the solution you'd like
In the context of AWS Lambda functions, deployment artifacts (such as zip files or OCI images) are often built in CI/CD pipelines. By having a reference to the pipeline run that produced the artifact, users can trace back to the exact source and build process. This information is valuable for debugging, compliance, and observability purposes.
Proposed Attribute
artifact.build.pipeline.url.fullDescribe alternatives you've considered
No response
Additional context
No response