How to automatically move artifacts from Team City to virtual directories

build-serverteamcity

Team city publishes its artifacts to a dynamically changing URL– the version and build number keeps incrementing.

How can I automate the download of such a file?

Does team city even have a feature that I'm not aware of for automatically moving artifacts from the build server's artifact repository to the staging/test server?

Best Answer

In case anyone else stumbles on this, Team City has a Deployer plugin which supports moving artifacts to a Samba share, FTP server or SSH server: http://confluence.jetbrains.com/display/TW/Deployer+plugin

Related Topic