Quantcast
Channel: TeamCity : Powerful CI/CD for DevOps-centric teams | The JetBrains Blog
Viewing all articles
Browse latest Browse all 916

Comment on Get TeamCity artifacts using HTTP, Ant, Gradle and Maven by Sudhakaran

$
0
0

I’m Doing the Continuous Integration for .Net Projects…I m using teamcity to compile my application and then do the automation deployment using command line…

In that Teamcity once the application build is triggered it will compile and automatically deploy the application…for automatic deployment I’m using the below syntax to get the latest compile build from teamcity…But in that syntax instead of getting last compiled build I’m getting the previous compiled build..

wget.exe -P D:\DeploymentScripts\Application_Artifacts –user=admin –password=***** http://**.**.**.**:**/repository/downloadAll/Ptms_Ptms/.lastSucessful/artifacts.zip

Can u please help me How to download the last compiled build?


Viewing all articles
Browse latest Browse all 916

Trending Articles