开发者

TeamCity build number independent artifacts

开发者 https://www.devze.com 2022-12-30 13:10 出处:网络
My TeamCity\'s nightly build produces more than 130Mb java doc as Build Configuration artifact. I have to share these artifact for other teams(developers), but javadoc every time has another one URL(I

My TeamCity's nightly build produces more than 130Mb java doc as Build Configuration artifact. I have to share these artifact for other teams(developers), but javadoc every time has another one URL(I know that it's possible to get it like .lastFinished), and get's new place on Build Machine. Is it possible on each build replace old artifact 开发者_运维问答with new one because I don't need need previous versions? And have independent from build version URL for accessing.


You can configure TeamCity to delete artifacts after the n-th subsequent build - set this to 1, and it won't keep much for you. Look under Administration at Build History Clean-up Policy.

And the independent from build version URL should then probably be the .lastFinished one you mention.

0

精彩评论

暂无评论...
验证码 换一张
取 消