Artifacts are collections of files produced by a pipeline. Use artifacts to share files between stages in a pipeline or between different pipelines.

interface Artifact {
    name?: string;
    signedContent?: SignedUrl;
    url?: string;
}

Properties

name?: string

The name of the artifact.

signedContent?: SignedUrl

Signed url for downloading this artifact

url?: string

Self-referential url