Skip to main content
MUTATION
saveBuildScript(input: SaveBuildScriptInput!): BuildScript!

Arguments

input

Values for the requested operation.

Returns

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.

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.

Mutation
Variables
Response