Github API - Test Config

job [object]

Information of a job execution in a workflow run

Attributes
check_run_url string

string [scalar]

The OpenAPI string type

API:
Github Open API
(version: 1.1.4)

completed_at string

string [scalar]

The OpenAPI string type

API:
Github Open API
(version: 1.1.4)

The time that the job finished, in ISO 8601 format.

conclusion string

string [scalar]

The OpenAPI string type

API:
Github Open API
(version: 1.1.4)

The outcome of the job.

head_branch string

string [scalar]

The OpenAPI string type

API:
Github Open API
(version: 1.1.4)

The name of the current branch.

head_sha string

string [scalar]

The OpenAPI string type

API:
Github Open API
(version: 1.1.4)

The SHA of the commit that is being run.

html_url string

string [scalar]

The OpenAPI string type

API:
Github Open API
(version: 1.1.4)

id integer

integer [scalar]

The OpenAPI integer type

API:
Github Open API
(version: 1.1.4)

The id of the job.

labels string []

string [scalar]

The OpenAPI string type

API:
Github Open API
(version: 1.1.4)

name string

string [scalar]

The OpenAPI string type

API:
Github Open API
(version: 1.1.4)

The name of the job.

node_id string

string [scalar]

The OpenAPI string type

API:
Github Open API
(version: 1.1.4)

run_attempt integer

integer [scalar]

The OpenAPI integer type

API:
Github Open API
(version: 1.1.4)

Attempt number of the associated workflow run, 1 for first attempt and higher if the workflow was re-run.

run_id integer

integer [scalar]

The OpenAPI integer type

API:
Github Open API
(version: 1.1.4)

The id of the associated workflow run.

run_url string

string [scalar]

The OpenAPI string type

API:
Github Open API
(version: 1.1.4)

runner_group_id integer

integer [scalar]

The OpenAPI integer type

API:
Github Open API
(version: 1.1.4)

The ID of the runner group to which this job has been assigned. (If a runner hasn't yet been assigned, this will be null.)

runner_group_name string

string [scalar]

The OpenAPI string type

API:
Github Open API
(version: 1.1.4)

The name of the runner group to which this job has been assigned. (If a runner hasn't yet been assigned, this will be null.)

runner_id integer

integer [scalar]

The OpenAPI integer type

API:
Github Open API
(version: 1.1.4)

The ID of the runner to which this job has been assigned. (If a runner hasn't yet been assigned, this will be null.)

runner_name string

string [scalar]

The OpenAPI string type

API:
Github Open API
(version: 1.1.4)

The name of the runner to which this job has been assigned. (If a runner hasn't yet been assigned, this will be null.)

started_at string

string [scalar]

The OpenAPI string type

API:
Github Open API
(version: 1.1.4)

The time that the job started, in ISO 8601 format.

status string

string [scalar]

The OpenAPI string type

API:
Github Open API
(version: 1.1.4)

The phase of the lifecycle that the job is currently in.

steps 2019 []

2019 [object]

Attributes
completed_at string

The time that the job finished, in ISO 8601 format.

conclusion string

The outcome of the job.

name string

The name of the job.

number integer

started_at string

The time that the step started, in ISO 8601 format.

status string

The phase of the lifecycle that the job is currently in.

API:
Github Open API
(version: 1.1.4)

url string

string [scalar]

The OpenAPI string type

API:
Github Open API
(version: 1.1.4)

workflow_name string

string [scalar]

The OpenAPI string type

API:
Github Open API
(version: 1.1.4)

The name of the workflow.

API:
Github Open API
(version: 1.1.4)