Query
Response
Queries
buildScripts
Returns build scripts.
QUERY
buildScripts: [BuildScript!]!Returns
[BuildScript!]!
id
ID!
Stable identifier for this build script.
name
String!
Display name of this build script.
preBuildScript
String
The pre build script associated with this build script. May be null when unavailable or not applicable.
postBuildScript
String
The post build script associated with this build script. May be null when unavailable or not applicable.
enabledByDefault
Boolean!
Whether the enabled by default condition is true for this build script.
timeoutSeconds
Int!
Timeout, in seconds.
failureBehavior
The failure behavior associated with this build script.
createdAt
String!
ISO 8601 timestamp when this build script was created.
updatedAt
String!
ISO 8601 timestamp when this build script was last updated.
Query
Response