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-rest-build-trigger-cause-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "BuildTriggerCause",
  "type": "object",
  "description": "Records which event triggered the build.",
  "properties": {
    "message": {
      "type": "string",
      "description": "Short human-readable description of the trigger."
    }
  }
}