OpenShift · JSON Structure

Openshift Rest Build Status Structure

Type: object Properties: 10
CI/CDCloud NativeContainersDevOpsEnterpriseKubernetesPaaS

BuildStatus is a JSON Structure definition published by OpenShift, describing 10 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

phase cancelled message reason startTimestamp completionTimestamp duration outputDockerImageReference output logSnippet

Meta-schema: https://json-structure.org/draft/2020-12/schema

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "BuildStatus",
  "type": "object",
  "properties": {
    "phase": {
      "type": "string"
    },
    "cancelled": {
      "type": "boolean"
    },
    "message": {
      "type": "string"
    },
    "reason": {
      "type": "string"
    },
    "startTimestamp": {
      "type": "string"
    },
    "completionTimestamp": {
      "type": "string"
    },
    "duration": {
      "type": "integer"
    },
    "outputDockerImageReference": {
      "type": "string"
    },
    "output": {
      "type": "object"
    },
    "logSnippet": {
      "type": "string"
    }
  }
}