GitLab · Example Payload

Gitlab Pipeline Example

CodePlatformSoftware DevelopmentSource Control

Gitlab Pipeline Example is an example object payload from GitLab, with 10 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

idiidproject_idnamestatussourcerefshatagyaml_errors

Example Payload

Raw ↑
{
  "id": 42,
  "iid": 42,
  "project_id": 42,
  "name": "example-project",
  "status": "waiting_for_resource",
  "source": "parent_pipeline",
  "ref": "main",
  "sha": "abc123def456",
  "tag": true,
  "yaml_errors": "example_value"
}