TeamInfo

Description

Adds information to artifacts that were downloaded for a build

Parameters

Attribute Description Required
teamArea The team area Yes
teamServer The team server Yes
teamType The team type Yes

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>