Class GitSource (0.2.4)

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

Defines how to access a Git Source. .. attribute:: repo

Location of the Git repo to build.

:type: str

Attributes

NameDescription
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.