[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.

Georges Racinet gracinet at anybox.fr
Mon Feb 11 00:37:37 UTC 2013


On 02/11/2013 01:22 AM, shiny knight wrote:
> I am also trying to add on the waterfall, in a step, a link to a zip
> file (which is the result of the operation of that step), but I cannot
> find the syntax to do so...I know how to append logs (addCompleteLog() )
> but I see no example that show how to do the same but with a file.

Hi, not sure what you want exactly, but you may want to upload that zip
file back to the master for easy distribution with FileUpload step.

http://buildbot.net/buildbot/docs/current/manual/cfg-buildsteps.html#step-FileUpload

The FileUpload step has an option to make a link in waterfall, that you
can adapt to your needs, thanks to WithProperties.

If you don't want that zip to be downloaded from the master, you may
also rsync it from the master to the distribution server with a
MasterShellCommand.

http://buildbot.net/buildbot/docs/current/manual/cfg-buildsteps.html#step-MasterShellCommand

Hope this might help

-- 
Georges Racinet
Anybox SAS, http://anybox.fr
Bureau: 09 53 53 72 97 Portable: 06 51 32 07 27
GPG: 0x33AB0A35, sur serveurs publics




More information about the devel mailing list