pipelineArtifactInfo

Minimal info about pipeline artifact.

Examples

type PipelineArtifactInfo {
  name: String!
  tag: String!
  digest: String!
}

Fields

Field
Description
Supported fields

name String!

Artifact name

tag String!

Artifact tag

digest String!

Artifact digest (hash)

References

Fields with this object:

Last updated