OpenShift · Schema

BuildTriggerCause

Records which event triggered the build.

CI/CDCloud NativeContainersDevOpsEnterpriseKubernetesPaaS

Properties

Name Type Description
message string Short human-readable description of the trigger.
View JSON Schema on GitHub

JSON Schema

openshift-buildtriggercause-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/BuildTriggerCause",
  "title": "BuildTriggerCause",
  "type": "object",
  "description": "Records which event triggered the build.",
  "properties": {
    "message": {
      "type": "string",
      "description": "Short human-readable description of the trigger.",
      "example": "example_value"
    }
  }
}