OpenShift · Schema

BuildSource

Specifies the source code location and type for the build input.

CI/CDCloud NativeContainersDevOpsEnterpriseKubernetesPaaS

Properties

Name Type Description
type string The type of source input.
git object Git source location.
dockerfile string The Dockerfile content used as build input.
contextDir string The subdirectory within the source repository used as the context for the build.
sourceSecret object Secret holding credentials for accessing the source repository.
View JSON Schema on GitHub