OpenShift · Schema

BuildTriggerPolicy

A policy that causes a new build to be created.

CI/CDCloud NativeContainersDevOpsEnterpriseKubernetesPaaS

Properties

Name Type Description
type string The type of build trigger.
github object
generic object
imageChange object
View JSON Schema on GitHub

JSON Schema

openshift-rest-build-trigger-policy-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "BuildTriggerPolicy",
  "type": "object",
  "description": "A policy that causes a new build to be created.",
  "properties": {
    "type": {
      "type": "string",
      "description": "The type of build trigger."
    },
    "github": {
      "type": "object"
    },
    "generic": {
      "type": "object"
    },
    "imageChange": {
      "type": "object"
    }
  }
}