II.
Definition JSON
Structured · livedefinition:ci-pipeline-scheduled
Scheduled Pipeline json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "definition:ci-pipeline-scheduled",
"_kind": "Definition",
"_file": "domain/cicd/cicd-concepts.yaml",
"_cluster": "domain",
"attributes": {
"displayName": "Scheduled Pipeline",
"authoredAt": "2026-05-10T00:00:00Z",
"termId": "term:cicd",
"text": "A CI pipeline triggered on a cron schedule — nightly, weekly, or at\ncustom intervals. Used for expensive operations that do not need\nper-commit feedback: full regression suites, security vulnerability\nscans (Snyk, Trivy, Dependabot), dependency freshness audits, claim\nverification against external APIs, and data-integrity checks.\nSchedule pipelines surface slow-burn regressions and external drift\nthat per-PR pipelines miss due to scope or cost constraints.\n",
"status": "canonical"
},
"outgoingEdges": [
{
"from": "definition:ci-pipeline-scheduled",
"to": "term:cicd",
"kind": "defines"
},
{
"from": "definition:ci-pipeline-scheduled",
"to": "domain:devops",
"kind": "applies_to"
},
{
"from": "definition:ci-pipeline-scheduled",
"to": "domain:software-engineering",
"kind": "applies_to"
},
{
"from": "definition:ci-pipeline-scheduled",
"to": "tool:github-actions",
"kind": "supports"
},
{
"from": "definition:ci-pipeline-scheduled",
"to": "tool:gitlab-ci",
"kind": "supports"
},
{
"from": "definition:ci-pipeline-scheduled",
"to": "tool:jenkins",
"kind": "supports"
},
{
"from": "definition:ci-pipeline-scheduled",
"to": "skill-area:ci-cd",
"kind": "supports"
},
{
"from": "definition:ci-pipeline-scheduled",
"to": "skill-area:ci-security",
"kind": "supports"
}
],
"incomingEdges": []
}