Have regular builds that appear on a teamcity server. I manually take them down and configure for integration testing and so forth. The build link location is of the following format: http://TCServer.com/repository/download/constant/321812:id/BuildB.zip
Previous build could look like: http://TCServer.com/repository/download/constant/321796:id/BuildA.zip
The url as far as "constant" never changes but the rest is dynamic. Because the "Artifacts" links are popups, it's unclear how to get this link through scripting, (still wet behind ears when it comes to this language). Is there a python plugin for TC that may help in this regard?