ArtifactSet

Description

Represents a special form of a ZipFileSet that can behave in two ways:

ArtifactSets support all attributes of ZipFileSet in addition to those listed below.

Parameters

Attribute Description Required
path The path relative to the root of the asset where the artifacts will be placed. The value that you set as the path attribute is used as the value of the prefix attribute for ZipFileSet. No

Parameters specified as nested elements

reference

You can specify a single reference that will be added to each artifact in the set.

Examples

Add files from the /tmp directory in the images folder of an asset

<asset server="ramServer">
   <artifactSet dir="/tmp" path="/images" />
</asset>

Add all entries from myFiles.zip to the root of an asset

<asset server="ramServer">
   <artifactSet src="myFiles.zip" />
</asset>