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
  • }