OpenShift · Schema

BuildSpec

Specification of the desired build behavior.

CI/CDCloud NativeContainersDevOpsEnterpriseKubernetesPaaS

Properties

Name Type Description
serviceAccount string The name of the ServiceAccount to use to run the build pod.
completionDeadlineSeconds integer Optional duration in seconds the build may run before the system terminates it. The countdown starts from the time the build pod is scheduled.
nodeSelector object Selector which must match a node's labels for the build pod to be scheduled on that node.
triggeredBy array Describes which triggers started the most recent build.
View JSON Schema on GitHub