Skip to main content
objectBuildScriptExecution

Fields

id
ID!

Stable identifier for this build script execution.

phase
String!

The phase associated with this build script execution.

position
Int!

Zero-based position within the containing collection.

nameSnapshot
String!

The name snapshot associated with this build script execution.

sourceSnapshot
String!

The source snapshot associated with this build script execution.

timeoutSeconds
Int!

Timeout, in seconds.

The failure behavior associated with this build script execution.

status
String!

Current status of this build script execution.

exitCode
Int

The exit code associated with this build script execution. May be null when unavailable or not applicable.

durationMs
Int

The duration ms associated with this build script execution. May be null when unavailable or not applicable.

causedBuildFailure
Boolean!

Whether the caused build failure condition is true for this build script execution.

outputRelativePath
String

Filesystem path associated with this build script execution. May be null when unavailable or not applicable.

error
String

Error message when this build script execution did not complete successfully. May be null when unavailable or not applicable.