BuildArtifact interface

Represents an artifact produced by a build.

Properties

id

The artifact ID.

name

The name of the artifact.

resource

The actual resource.

source

The artifact source, which will be the ID of the job that produced this artifact. If an artifact is associated with multiple sources, this points to the first source.

Property Details

id

The artifact ID.

id: number

Property Value

number

name

The name of the artifact.

name: string

Property Value

string

resource

The actual resource.

resource: ArtifactResource

Property Value

source

The artifact source, which will be the ID of the job that produced this artifact. If an artifact is associated with multiple sources, this points to the first source.

source: string

Property Value

string