OBJECT

BuildRunCreationLog

A build run log represents a log message generated from the creation of a build run

link GraphQL Schema definition

  • type BuildRunCreationLog implements Node {
  • # build run creation log unique id
  • id: ID!
  • # the log level of this log message
  • level: BuildRunLogLevel!
  • # Log message
  • message: String!
  • # timestamp for the log message
  • timestamp: DateTime!
  • }