How to automate download an artifact from last success branch build

Answered

I want to automate the process of downloading an artifact from last success branch build. Can you please tell me  which plug-in will i used to automate and how to use it?

0
1 comment

Hello,

You can download artifact of the last succesful build using REST API. For example:

http://teamcity:8111/app/rest/builds/buildType:<buildTypeId>,branch:default:any,status:success/artifacts/content/<path>
0

Please sign in to leave a comment.