BuildArtifact interface
Represents an artifact produced by a build.
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. |
The artifact ID.
id: number
Property Value
number
The name of the artifact.
name: string
Property Value
string
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