Last Updated Jul 01, 2013 — DevOps Expert
Linking TeamCity to XL Deploy
DevOps
TeamCity is JetBrains' Continuous Integration server, and we've recently received a couple of requests from users to explain how they can connect TeamCity to XL Deploy to start moving towards continuous delivery without having to script all their deployments themselves.
You can fully control every aspect of XL Deploy from TeamCity via XL Deploy's HTTP API. The actions most commonly requested are those you may be familiar with from our integrations with Jenkins, Bamboo, Team Foundation Server and more:
- publishing a deployment package to XL Deploy
- deploying a package already published to a XL Deploy server to an environment
- publishing and deploying a package via XL Deploy in a single step