hdsnEngineProperty Element

Code hdsnEngineProperty elements to specify configuration details for a Hudson/Jenkins build engine.

The hdsnEngineProperty 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. T

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

name value Description
com.ibm.rational.connector.hudson.authrequired

true

false

Authorization Required: Indicates whether or not Hudson/Jenkins requires userid/password to access the server. The default value is false.
com.ibm.rational.connector.hudson.password   Password: Password for the Hudson/Jenkins server if authorization is required.
com.ibm.rational. connector.hudson.url   URL: The URL where the Hudson/Jenkins server is located.
com.ibm.rational.connector.hudson.userid   Userid: Userid for the Hudson/Jenkins server if authorization required.
com.ibm.rational.connector.hudson.validateHostname

true

false

Validate Hostname: For SSL connections, match the certificate and the hostname. The default value is flase.