II.
Definition JSON
Structured · livedefinition:ci-pipeline-pr
PR Validation Pipeline json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "definition:ci-pipeline-pr",
"_kind": "Definition",
"_file": "domain/cicd/cicd-concepts.yaml",
"_cluster": "domain",
"attributes": {
"displayName": "PR Validation Pipeline",
"authoredAt": "2026-05-10T00:00:00Z",
"termId": "term:cicd",
"text": "A CI pipeline triggered on pull request open or update that runs\nlint, unit tests, type-checking, and optionally integration tests\nto validate the change before merge. The fastest feedback loop in\nCI — typically completes in under 10 minutes for well-optimised\ncodebases. Blocks merge via required status checks when any step\nfails. Often runs a reduced test matrix compared to main-branch\npipelines to balance speed and coverage.\n",
"status": "canonical"
},
"outgoingEdges": [
{
"from": "definition:ci-pipeline-pr",
"to": "term:cicd",
"kind": "defines"
},
{
"from": "definition:ci-pipeline-pr",
"to": "domain:devops",
"kind": "applies_to"
},
{
"from": "definition:ci-pipeline-pr",
"to": "domain:software-engineering",
"kind": "applies_to"
},
{
"from": "definition:ci-pipeline-pr",
"to": "tool:github-actions",
"kind": "supports"
},
{
"from": "definition:ci-pipeline-pr",
"to": "tool:gitlab-ci",
"kind": "supports"
},
{
"from": "definition:ci-pipeline-pr",
"to": "tool:circleci",
"kind": "supports"
},
{
"from": "definition:ci-pipeline-pr",
"to": "tool:jenkins",
"kind": "supports"
},
{
"from": "definition:ci-pipeline-pr",
"to": "skill-area:ci-cd",
"kind": "supports"
},
{
"from": "definition:ci-pipeline-pr",
"to": "skill-area:ci-pipeline-optimization",
"kind": "supports"
}
],
"incomingEdges": []
}