[Buildbot-devel] messageFormatter to grab logs from the waterfall page, and how to add on the waterfall page a link to a zip file on the slave.
Dan Kegel
dank at kegel.com
Mon Feb 11 06:05:58 UTC 2013
On Sun, Feb 10, 2013 at 8:12 PM, shiny knight <theshinyknight at me.com> wrote:
> I also checked the FileUpload, and seems to be the only solution to my problem (show in a step a link to download a file). I do not understand why I am forced to have to upload to the master but it seems to be the only way to achieve what I need;
Using FileUpload has the disadvantage that it doesn't do what you
expect in a multimaster configuration (not that many people will run
into that).
Me, I just use scp in a shell script from a build step to upload to a
designated host, and construct a URL to the upload directory. No need
to use buildbot's tools for everything.
- Dan
More information about the devel
mailing list