II.
CIWorkflow JSON
Structured · liveci-workflow:gitlab-ci-pipeline
GitLab CI — .gitlab-ci.yml json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"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": []
}