artifactFilePublisher size limitation
Hi,
According to the Ant task reference, there are limitation of 10MB for using artifactFilePublisher task. Does this limitation needed to be strictly observed? Can't we store artifacts larger than 10MB? I am thinking of storing build artifacts in the repository, and the size will be about 40MB. I am not intending to store the artifacts in every daily builds, but want to store the qualifiedartifacts which will be officially released. v2.0 Information Center says the size "should not" be larger , but v3.0 Information Center says the size "must not" be larger. Is there any differences between v2.0 and v3.0? Thanks in advance! |
One answer
Hi, Hi, One of the main issues with large files is the growth of the database because the artifactFilePublisher task publishes the content in the database. The recommended solution for large files is to store them some other place and use the artifactLinkPublisher task to publish a link to the file. This topic has some posts from a user that noticed the growth in the database when publishing to the database. This is a link to the enhancement request that was created from that topic. Feel free to add comments if that looks like an enhancement that you would be interested in. Brent Ulbricht RTC Build Lead |
Your answer
Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.