FATAL: AgileCentralConnection.internalizeConfig(81) - <ConfigurationError> AgileCentral section of the config contained these invalid entries: API_Key ERROR: BuildConnectorRunner.run - AgileCentral section of the config contained these invalid entries: API_Key
The sample file contains an invalid reference to API_Key as seen below:
JenkinsBuildConnector:
AgileCentral:
Server : rally1.rallydev.com
API_Key : <API Key - include the underscore before the key>
The correct attribute when using an API key is APIKey as seen in the following example:
JenkinsBuildConnector:
AgileCentral:
Server : rally1.rallydev.com
APIKey : <API Key - include the underscore before the key>