INPUT_OBJECT

BuildRunUpdateInput

link GraphQL Schema definition

  • input BuildRunUpdateInput {
  • # Id of the build run to update
  • id: ID!
  • # The state of the build
  • postBuildResource: JSON
  • # Link to results artifacts produced by the build
  • resultUrl: String
  • # The state of the build
  • state: BuildState
  • # The optional state reason of the build, most prevalently used with Failed build
  • # state
  • stateReason: String
  • }