iiRecord
Agentic AI Atlas · Main Branch Pipeline
definition:ci-pipeline-maina5c.ai
II.
Definition JSON

definition:ci-pipeline-main

Structured · live

Main Branch 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-main",
  "_kind": "Definition",
  "_file": "domain/cicd/cicd-concepts.yaml",
  "_cluster": "domain",
  "attributes": {
    "displayName": "Main Branch Pipeline",
    "authoredAt": "2026-05-10T00:00:00Z",
    "termId": "term:cicd",
    "text": "A CI pipeline triggered on push to the main (or develop) branch\nthat runs the full build, complete test suite, and deploys to a\nstaging environment. Serves as the integration gate — if this\npipeline fails, the team treats it as a broken build requiring\nimmediate attention. Typically includes steps that PR pipelines\nskip: full matrix testing, integration tests against real services,\ncontainer image builds, and staging deployment with smoke tests.\n",
    "status": "canonical"
  },
  "outgoingEdges": [
    {
      "from": "definition:ci-pipeline-main",
      "to": "term:cicd",
      "kind": "defines"
    },
    {
      "from": "definition:ci-pipeline-main",
      "to": "domain:devops",
      "kind": "applies_to"
    },
    {
      "from": "definition:ci-pipeline-main",
      "to": "domain:software-engineering",
      "kind": "applies_to"
    },
    {
      "from": "definition:ci-pipeline-main",
      "to": "tool:github-actions",
      "kind": "supports"
    },
    {
      "from": "definition:ci-pipeline-main",
      "to": "tool:gitlab-ci",
      "kind": "supports"
    },
    {
      "from": "definition:ci-pipeline-main",
      "to": "tool:circleci",
      "kind": "supports"
    },
    {
      "from": "definition:ci-pipeline-main",
      "to": "tool:jenkins",
      "kind": "supports"
    },
    {
      "from": "definition:ci-pipeline-main",
      "to": "skill-area:ci-cd",
      "kind": "supports"
    }
  ],
  "incomingEdges": []
}