Schema1.1.4
objectjob
Information of a job execution in a workflow run
- Source
github-v3-rest.json- Revision
f5f067c1e6f6- Active snapshot
85e53e3d0d65
Job
objectInformation of a job execution in a workflow run
check_run_url string
requiredcompleted_at string (date-time)
requirednullable The time that the job finished, in ISO 8601 format.
conclusion string
requirednullable The outcome of the job.
head_sha string
requiredThe SHA of the commit that is being run.
html_url string
requirednullable id integer
requiredThe id of the job.
name string
requiredThe name of the job.
node_id string
requiredrun_attempt integer
optionalAttempt number of the associated workflow run, 1 for first attempt and higher if the workflow was re-run.
run_id integer
requiredThe id of the associated workflow run.
run_url string
requiredstarted_at string (date-time)
requiredThe time that the job started, in ISO 8601 format.
status string
requiredThe phase of the lifecycle that the job is currently in.
steps array
optionalSteps in this job.
url string
required