Reputation: 143
How can i check the Team City version details? and which version support for project moving (move project and build configurations from one server to another server)?
Thanks,
Upvotes: 14
Views: 8014
Reputation: 524
Just make this GET request to the url /app/rest/server/version:
https://{your.teamcity.com:8112}/app/rest/server/version
Output:
Upvotes: 0
Reputation: 1715
TeamCity version is displayed on every page (at the bottom part of it). Like this:
TeamCity Professional 8.X.X (build XXXXXX)
Upvotes: 27