Adds information to artifacts that are downloaded for a build
| Attribute | Description | Required |
| buildId | The build ID | No |
TeamInfo is used to specify build information from IBM Rational Team Concert.
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>