Class GitSource (0.9.8)

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

Defines how to access a Git Source.

This message has oneof_ fields (mutually exclusive fields). For each oneof, at most one member field can be set at the same time. Setting any member of the oneof automatically clears all other members.

.. _oneof: https://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields

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. This field is a member of oneof_ ref.
branch str
The revision branch to use. This field is a member of oneof_ ref.
tag str
The revision tag to use. This field is a member of oneof_ ref.