iiRecord
Agentic AI Atlas · GitLab CI — .gitlab-ci.yml
ci-workflow:gitlab-ci-pipelinea5c.ai
II.
CIWorkflow JSON

ci-workflow:gitlab-ci-pipeline

Structured · live

GitLab CI — .gitlab-ci.yml json

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

File · extensions/ci/ci-workflows.yamlCluster · extensions
Record JSON
{
  "id": "ci-workflow:gitlab-ci-pipeline",
  "_kind": "CIWorkflow",
  "_file": "extensions/ci/ci-workflows.yaml",
  "_cluster": "extensions",
  "attributes": {
    "displayName": "GitLab CI — .gitlab-ci.yml",
    "workflowKind": "gitlab-ci",
    "filePath": ".gitlab-ci.yml",
    "triggers": [
      "push",
      "merge_request",
      "schedule"
    ],
    "vcsHostId": "vcs-host:gitlab",
    "notes": "Multi-stage build/test/deploy pipeline using GitLab-hosted runners.\n"
  },
  "outgoingEdges": [
    {
      "from": "ci-workflow:gitlab-ci-pipeline",
      "to": "vcs-host:gitlab",
      "kind": "hosted_on_vcs",
      "attributes": {}
    }
  ],
  "incomingEdges": []
}