Please consider editing your post and mark it as obsolete instead. Do you want to delete post?
List of artifacts from REST?
Permanently deleted user
Created
Is there a way to get a list of artifacts from the latest build for a particular project config? I looked at application.wadl, but it did not appear to be there.
I don't think that's available by REST API, but TeamCity acts as Ivy repository, so you can get an artifact list at http://<host>/repository/download/<BUILD_TYPE_ID>/.lastFinished/teamcity-ivy.xml See details and possible options in
Hi Mike
I don't think that's available by REST API, but TeamCity acts as Ivy repository, so you can get an artifact list at http://<host>/repository/download/<BUILD_TYPE_ID>/.lastFinished/teamcity-ivy.xml
See details and possible options in
Patterns For Accessing Build Artifacts
Configuring Artifact Dependencies Using Ant Build Script
Michael