Deployer 10.7 | Using Project Automator | Setting Up Aliases for Source and Target Servers | Setting Up Aliases for Target AgileApps Cloud Deployment Endpoints
 
Setting Up Aliases for Target AgileApps Cloud Deployment Endpoints
The following example illustrates how to set up aliases for target AgileApps Cloud deployment endpoints.
<AgileApps>

<agileappsalias name="test">

<agileAppsServerURL>asdasd</agileAppsServerURL>

<user>asdasd</user>

<pwd>asdasd</pwd>

<!--<pwdHandle>$(PasswordHandle)</pwdHandle>-->
<version>10.7</version>

<Test>false</Test>

</agileappsalias>
</AgileApps>
For information on the values to supply for the following tags, see Connecting to a Target AgileApps Cloud Server.
Attribute
Description
agileappsalias name
Name to assign to the server. This attribute corresponds to the Name field.
agileAppsServerUrl
The URL of the AgileApps Cloud server. This attribute corresponds to the Server URL field.
user
Optional. User name for a user account with Administrator authority that Deployer can use to access the server. This attribute corresponds to the User Name field.
pwd
Password associated with the user name. This attribute corresponds to the Password field. You must specify either pwd or pwdHandle.
Note:
Project Automator encrypts passwords the first time it runs. If you must change the passwords in the future, change the passwords in the XML file and run Project Automator to encrypt the passwords again.
pwdHandle
The password handle. You must specify either pwd or pwdHandle. For more information about creating a password handle, see Using Handles Instead of Passwords.
version
Version of the server. This attribute corresponds to the Version field.
Test
Specifies whether Deployer should test the connection to the servers. Set to:
*true to test the connection to the target server. If Project Automator cannot ping the target server, it registers an error and handles the error according to the exitOnError attribute of the <DeployerSpec> tag. For more information, see Root Tag.
*false to create the target alias without testing the connection to the target server.