Artifact Args
data class ArtifactArgs(val checksum: Output<String>? = null, val id: Output<String>? = null, val names: Output<List<String>>? = null) : ConvertibleToJava<ArtifactArgs>
Artifact describes a build product.
Constructors
Link copied to clipboard
fun ArtifactArgs(checksum: Output<String>? = null, id: Output<String>? = null, names: Output<List<String>>? = null)
Functions
Properties
Link copied to clipboard
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.