...
Clicking Synchronize now launches synchronization manually. After the synchronization is finished, the results will be reported on the page.
hidden-data |
---|
Enabling access to TeamCity from Hub Dashboard
After registering of TeamCity service in Hub, TeamCity widgets can be configured on Hub dashboard. But widgets will not work until additional configuration is performed on TeamCity side.
Hub Dashboard uses TeamCity REST API to access TeamCity data. But since REST API requests are performed on behalf of the current user and from different host, REST API CORS settings should be configured appropriately.
For this two internal properties should be set:
rest.cors.origins=<hub url>
rest.cors.optionsRequest.allowUnauthorized=true
|
Plugin Development Status
...