rest api- download artifacts when you know change list
Hi,
I am looking for a rest api where I only provide the changelist version and can download the corresponding artifacts from teamcity (built for that changelist).
thanks
pratibha
Please sign in to leave a comment.
Hi, there is no such REST API method. You need to know the exact build or use locators, such as lastSuccessfull, lastPinned, etc. to be able to download artifacts.