TeamCity On-Premises
 
Get TeamCity On-Premises

Configuring Cross-Server Projects Pop-up Menu

Edit pageLast modified: 18 September 2024

The TeamCity Projects pop-up menu allows browsing projects and build configurations on multiple servers, so that when a project or a build configuration is selected, the page is opened on the right server. This functionality works only for servers using HTTPS: if you try to enable it for an HTTP server, TeamCity won't be able to display its projects.

The Projects pop-up menu uses separate REST API requests to get the list of projects to display. If peer servers are configured, REST API calls are made to them as well.
For these REST API calls to work, the servers need to be configured to allow CORS requests from all of their peers. Besides, they must be accessible from the user's browser and the user must be logged in on those servers.