TeamCity build number independent artifacts
        Posted  
        
            by Stanislav Shevchenko
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Stanislav Shevchenko
        
        
        
        Published on 2010-05-14T16:50:39Z
        Indexed on 
            2010/05/14
            16:54 UTC
        
        
        Read the original article
        Hit count: 304
        
teamcity
|continuous-integration
Hello, 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.
© Stack Overflow or respective owner