II.
Topic JSON
Structured · livetopic:ci-artifacts
CI Artifacts json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "topic:ci-artifacts",
"_kind": "Topic",
"_file": "domain/topics/topics-cicd.yaml",
"_cluster": "domain",
"attributes": {
"displayName": "CI Artifacts",
"description": "CI Artifacts as a cross-cutting topic - the immutable build outputs that flow\nthrough and beyond a pipeline. Covers artifact upload/download between jobs,\nretention policies, artifact signing and provenance attestation (SLSA),\ncontainer image publishing, package registry integration (npm, PyPI, Maven,\nOCI), test-result and code-coverage report archiving, and artifact promotion\nacross environment tiers. Central to traceability in supply-chain security.\n"
},
"outgoingEdges": [
{
"from": "topic:ci-artifacts",
"to": "domain:devops",
"kind": "applies_to"
},
{
"from": "topic:ci-artifacts",
"to": "domain:software-engineering",
"kind": "applies_to"
}
],
"incomingEdges": [
{
"from": "domain:devops",
"to": "topic:ci-artifacts",
"kind": "contains"
},
{
"from": "domain:software-engineering",
"to": "topic:ci-artifacts",
"kind": "contains"
}
]
}