Artifact

Description

Represents a single file or link in an asset

Parameters

Attribute Description Required
asset The ID of the asset that this artifact belongs to Yes, unless this artifact is a child of an asset.
file The file to use for this artifact Either file or url must be specified.
url The URL to use for this artifact
label The label for this artifact No
name The name for this artifact No, unless url is specified
path The path within the asset where this artifact will reside No

Parameters specified as nested elements

reference

You can specify a reference for this artifact.

Example

An artifact with a reference

<artifact asset="myAsset" file="myfile.txt">
   <reference>
      <description>Build ID: 20110212_1330</description>
      <kind>build</kind>
      <value>http://example.com/build/20110212_1330</value>
   </reference>
</artifact>