Skip to main content
objectGitHubPipelineRecord

Fields

id
ID!

Stable identifier for this GitHub pipeline record.

name
String!

Display name of this GitHub pipeline record.

Current status of this GitHub pipeline record.

url
String

URL for this GitHub pipeline record. May be null when unavailable or not applicable.

checkSuiteId
ID

Identifier of the related check suite. May be null when unavailable or not applicable.

canRetry
Boolean!

Whether this GitHub pipeline record can retry.

The retry unavailable reason associated with this GitHub pipeline record. May be null when unavailable or not applicable.

Jobs associated with this GitHub pipeline record.

workflowRunId
ID

Identifier of the related workflow run. May be null when unavailable or not applicable.

workflowId
ID

Identifier of the related workflow. May be null when unavailable or not applicable.

runNumber
Int

The run number associated with this GitHub pipeline record. May be null when unavailable or not applicable.

runAttempt
Int

The run attempt associated with this GitHub pipeline record. May be null when unavailable or not applicable.

repositoryGithubId
ID!

Identifier of the related repository GitHub.

headSha
String!

Git commit SHA associated with this GitHub pipeline record.

revision
Int!

The revision associated with this GitHub pipeline record.

isCurrent
Boolean!

Whether this GitHub pipeline record is current.