Static URL for build artifact
Hi
I was wondering if there was a way to have a static URL that maps to a build artifact.
Currently we have a url to the artifact that looks something like
http://teamcity:8111/repository/download/bt383/44012:id/docs/install_guide/index.html
I want something like
http://teamcity:8111/repository/download/bt383/lastSuccessful:id/docs/install_guide/index.html
Similar to the functionality in the
http://teamcity:8111/viewLog.html?&buildTypeId=bt383&buildId=lastSuccessful
Is there any way to do this.
Thanks
Colin
Please sign in to leave a comment.
Take a look at this document: http://www.jetbrains.net/confluence/display/TCD3/PatternsForAccessingBuildArtifacts
--
Pavel Sher
Perfect
Thanks