Get desktop application:
View/edit binary Protocol Buffers messages
Artifact describes a build product.
Used in:
Hash or checksum value of a binary, or Docker Registry 2.0 digest of a container.
Artifact ID, if any; for container images, this will be a URL by digest like `gcr.io/projectID/imagename@sha256:123456`.
Related artifact names. This may be the path to a binary or jar file, or in the case of a container build, the name used to push the container image to Google Container Registry, as presented to `docker push`. Note that a single Artifact ID can have multiple names, for example if two tags are applied to one image.
Provenance of a build. Contains all information needed to verify the full details about the build from source to completion.
Used in:
Unique identifier of the build.
ID of the project.
Commands requested by the build.
Output of the build.
Time at which the build was created.
Time at which execution of the build was started.
Time at which execution of the build was finished.
E-mail address of the user who initiated this build. Note that this was the user's e-mail address at the time the build was initiated; this address may not represent the same end-user for all time.
URI where any logs for this provenance were written.
Details of the Source input to the build.
Trigger identifier if the build was triggered automatically; empty if not.
Special options applied to this build. This is a catch-all field where build providers can enter any desired additional details.
Version string of the builder at the time this build was executed.
Command describes a step performed as part of the build pipeline.
Used in:
Name of the command, as presented on the command line, or if the command is packaged as a Docker container, as presented to `docker pull`.
Environment variables set before running this command.
Command-line arguments used when executing this command.
Working directory (relative to project source root) used when running this command.
Optional unique identifier for this command, used in wait_for to reference this command as a dependency.
The ID(s) of the command(s) that this command depends on.
Container message for hashes of byte content of files, used in Source messages to verify integrity of source input to the build.
Used in:
Collection of file hashes.
Container message for hash values.
Used in:
,The type of hash that was performed.
The hash value.
Specifies the hash algorithm, if any.
Used in:
Unknown.
A SHA-256 hash.
Source describes the location of the source used for the build.
Used in:
If provided, the input binary artifacts for the build came from this location.
Hash(es) of the build source, which can be used to verify that the original source integrity was maintained in the build. The keys to this map are file paths used as build source and the values contain the hash values for those files. If the build source came in a single package such as a gzipped tarfile (.tar.gz), the FileHash will be for the single path to that file.
If provided, the source code used for the build came from this location.
If provided, some of the source code used for the build may be found in these locations, in the case where the source repository had multiple remotes or submodules. This list will not include the context specified in the context field.