BuildInfo

Description

Adds information to artifacts that are downloaded for a build

Parameters

Attribute Description Required
buildId The build ID No

Parameters specified as nested elements

teamInfo

TeamInfo is used to specify build information from IBM Rational Team Concert.

Example

Download an artifact for a build

<download server="ramServer">
   <artifact name="some.jar" asset="myAsset">
      <buildInfo buildId="20110212_1330">
         <teamInfo teamArea="myTeam" teamServer="example.com" teamType="dev" />
      </buildInfo>
   </artifact>
</download>