iiRecord
Agentic AI Atlas · Release Pipeline
definition:ci-pipeline-releasea5c.ai
II.
Definition JSON

definition:ci-pipeline-release

Structured · live

Release Pipeline json

Inspect the normalized record payload exactly as the atlas UI reads it.

File · domain/cicd/cicd-concepts.yamlCluster · domain
Record JSON
{
  "id": "definition:ci-pipeline-release",
  "_kind": "Definition",
  "_file": "domain/cicd/cicd-concepts.yaml",
  "_cluster": "domain",
  "attributes": {
    "displayName": "Release Pipeline",
    "authoredAt": "2026-05-10T00:00:00Z",
    "termId": "term:ci-cd-release-orchestration",
    "text": "A CI pipeline triggered on tag creation or release event that\nhandles version bumping, changelog generation, package publishing\n(npm, PyPI, Maven, Docker Hub), and production deployment. Often\nincludes approval gates, canary analysis, and rollback automation.\nArtifacts produced here are the immutable, signed, production-ready\noutputs. Supply-chain security measures (SLSA provenance, SBOM\ngeneration) are typically enforced at this stage.\n",
    "status": "canonical"
  },
  "outgoingEdges": [
    {
      "from": "definition:ci-pipeline-release",
      "to": "term:ci-cd-release-orchestration",
      "kind": "defines"
    },
    {
      "from": "definition:ci-pipeline-release",
      "to": "domain:devops",
      "kind": "applies_to"
    },
    {
      "from": "definition:ci-pipeline-release",
      "to": "domain:software-engineering",
      "kind": "applies_to"
    },
    {
      "from": "definition:ci-pipeline-release",
      "to": "tool:github-actions",
      "kind": "supports"
    },
    {
      "from": "definition:ci-pipeline-release",
      "to": "tool:gitlab-ci",
      "kind": "supports"
    },
    {
      "from": "definition:ci-pipeline-release",
      "to": "tool:argocd",
      "kind": "supports"
    },
    {
      "from": "definition:ci-pipeline-release",
      "to": "skill-area:ci-cd",
      "kind": "supports"
    }
  ],
  "incomingEdges": []
}