I found a way to trigger adding package build to queue using url.
I also know how to download latest package with url, but I have a problem.
I need to download latest package after TC will finish processing build that I triggered before.
Is there any way to check if there is any build proceeding and download when it's over?
I need to do that with url, because I'm writing custom script.
Thank you in advance :)
Asked
Active
Viewed 108 times
2

sirKaskadir
- 83
- 2
- 9
-
[This looks like a similar problem](http://stackoverflow.com/questions/11966674/tracking-build-progress-with-teamcity-rest-api) to what you have. have a look at the second answer, which is from 2014 and looks like it has details on checking build status via URL. – Nanhydrin Aug 26 '15 at 08:53
-
that's helpful - thank's! – sirKaskadir Aug 27 '15 at 07:44