rbaEngineProperty Element

Code rbaEngineProperty elements to specify configuration details for Rational Build Agent build engine.

The rbaEngineProperty element accepts two attributes, name and value, which are both required. Other build properties can be referenced when specifying a value using the ${propertyName} format.

The following table describes the valid values for the rbaEngineProperty element attributes.

name value Description
com.ibm.rational.buildforge.buildagent.hostname   Hostname: The URL where the Rational Build Agent server is located.
com.ibm.rational.buildforge.buildagent.password   Password: Password for the Rational Build Agent server.
com.ibm.rational.buildforge.buildagent.port   Port: The port for the Rational Build Agent server. The default port is 5555.
com.ibm.rational.buildforge.buildagent.secure

true

false

Secure: Specify true if the Rational Build Agent has been set up for secure communication in the bfagent.conf file. The default value is false.
com.ibm.rational.buildforge.buildagent.secure.protocol

DEFAULT

TLSv1

TLSv1.1

TLSv1.2

Secured Protocol: If Secure is true, specify the secure protocol to use. The default value is DEFAULT.
com.ibm.rational.buildforge.buildagent.userid   Userid: User ID for the Rational Build Agent server.