GitLab · Schema
API_Entities_Job
API_Entities_Job model
CodePlatformSoftware DevelopmentSource Control
Properties
| Name | Type | Description |
|---|---|---|
| id | integer | The ID of the job |
| name | string | The name of the job |
| status | string | The current status of the job |
| stage | string | The stage of the job in the CI/CD pipeline |
| created_at | string | The creation time of the job |
| started_at | string | The start time of the job |
| finished_at | string | The finish time of the job |
| commit | object | |
| archived | boolean | Indicates if the job is archived |
| allow_failure | boolean | Indicates if the job is allowed to fail |
| erased_at | string | The time when the job was erased, if applicable |
| duration | integer | The duration of the job in seconds |
| queued_duration | number | The duration the job was queued before execution, in seconds |
| ref | string | The reference for the job |
| artifacts | array | The artifacts produced by the job |
| tag | boolean | Indicates if the job is tagged |
| web_url | string | The URL for accessing the job in the web interface |
| project | object | |
| user | object | The user that started the job |