Ticket #1004 (new enhancement)
comprehensive handling of build artifacts
| Reported by: | ayust | Owned by: | |
|---|---|---|---|
| Priority: | minor | Milestone: | 1.0.+ |
| Version: | master | Keywords: | |
| Cc: |
Description
It'd be nice to be able to provide a way for webstatus to serve raw files that have been uploaded to the master via a build (if so configured).
Something like ...builder/buildnumber/files/<filename> or some such.
Change History
comment:2 Changed 15 months ago by dustin
- Summary changed from provide consistent url access to build-uploaded files on master to comprehensive handling of build artifacts
- Milestone changed from 0.8.+ to 1.0.+
I'm going to broaden this out to represent something that has been talked about for a while, but never worked on.
Most of the proposals have revolved around an "artifact server" which could be separate from the master, and which could both accept files from slaves and serve those files to other clients - slaves or users.
Note: See
TracTickets for help on using
tickets.
![[Buildbot Logo]](/chrome/site/header-text-transparent.png)
I agree, but my worry is that Twisted is not very efficient at serving such files, and that it would bog down the master, which is already horribly inefficient.