Class GitSource (0.3.0)

GitSource(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Defines how to access a Git Source.

Attributes

NameDescription
repo str
Location of the Git repo to build.
dir_ str
Directory, relative to the source root, in which to run the build. This must be a relative path. If a step's dir is specified and is an absolute path, this value is ignored for that step's execution.
commit str
The revision commit to use.
branch str
The revision branch to use.
tag str
The revision tag to use.