By default the Common Macros automatically support the Team Repository password and passwordFile login options. To use the automated login support create the following properties with the appropriate values:
Password Login Option
${repositoryAddress}
|
Set the ${repositoryAddress} property to the address of the team repository to use. This property will be specified in the repositoryAddress Team Build attribute. This is a built-in property when using the Jazz Build Engine.
|
${userId}
|
Set the ${userId} property to the user ID to use for authentication to the repository. This property will be specified in the userId Team Build attribute.
|
|
${password}
|
Set the ${password} property to the password for the user ID for authentication to the repository. This property will be specified in the password Team Build attribute.
|
PasswordFile Login Option
${repositoryAddress}
|
Set the ${repositoryAddress} property to the address of the team repository to use. This property will be specified in the repositoryAddress Team Build attribute. This is a built-in property when using the Jazz Build Engine.
|
${userId}
|
Set the ${userId} property to the user ID to use for authentication to the repository. This property will be specified in the userId Team Build attribute.
|
${passwordFile}
|
Set the ${passwordFile} property to the path to the password file to use for authentication to the repository. This property will be specified in the passwordFile Team Build attribute.
|