II.
Definition JSON
Structured · livedefinition:trigger-push
Push Trigger json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "definition:trigger-push",
"_kind": "Definition",
"_file": "domain/cicd/cicd-concepts.yaml",
"_cluster": "domain",
"attributes": {
"displayName": "Push Trigger",
"authoredAt": "2026-05-10T00:00:00Z",
"termId": "term:cicd",
"text": "A CI trigger that fires when commits are pushed to a matching branch\n(typically main, develop, or release/*). The most common trigger type\nin CI pipelines. Branch filters and path filters narrow execution to\nrelevant changes — e.g., only run backend tests when backend/ files\nchange. Push triggers on the default branch typically gate deployment\nto staging or production environments.\n",
"status": "canonical"
},
"outgoingEdges": [
{
"from": "definition:trigger-push",
"to": "term:cicd",
"kind": "defines"
},
{
"from": "definition:trigger-push",
"to": "domain:devops",
"kind": "applies_to"
},
{
"from": "definition:trigger-push",
"to": "tool:github-actions",
"kind": "supports"
},
{
"from": "definition:trigger-push",
"to": "tool:gitlab-ci",
"kind": "supports"
},
{
"from": "definition:trigger-push",
"to": "tool:jenkins",
"kind": "supports"
},
{
"from": "definition:trigger-push",
"to": "topic:ci-triggers",
"kind": "supports"
}
],
"incomingEdges": []
}