Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

1. the setting.xml <server> element configuration

Panel
Code Block
<servers>
    ...
    <server>
        <id>myPrivateRepo</id>
        <username>build#string</username>
        <password>myTeamListName</password>
    </server>
    ...
</servers>


where myTeamListName has the form dvtl<Team ID>.

Example: if your Team ID is uadev, then the <password> element would be <password>dvtluadev</password>.

...