...
The plugin requires TeamCity server to be run with Java version 1.7+. If your TeamCity server uses Java 1.6, the plugin will not loadbe loaded.
Download and Installation Instructions
...
hidden-data |
---|
Enabling access to TeamCity from Hub Dashboard After registering the TeamCity service in Hub, TeamCity widgets can be configured on the Hub dashboard. The widgets requiredrequire additional configuration on the TeamCity side. Hub Dashboard uses the TeamCity REST API [Link] to access TeamCity data. The REST API requests are performed on behalf of the current user and from a different host, so REST API CORS settings have to be configured appropriately using the following internal properties [link]: rest.cors.origins=<hub url> rest.cors.optionsRequest.allowUnauthorized=true |
...