[Buildbot-devel] donwload a log file to slave

Charles Lepple clepple at gmail.com
Fri Oct 11 23:16:02 UTC 2013


[sorry, forgot to CC the list the first time.]

On Oct 10, 2013, at 11:04 AM, Maria Marcano wrote:

> Is it possible to run a buildstep to donwload a log file for example "stdio" to the slave or a different server?

I would probably write a temporary file from a subclass of the BuildStep that generates the log:

http://docs.buildbot.net/latest/manual/customization.html#reading-logfiles

then use FileDownload to get that to the slave.

Certainly possible to do it other ways, including fetching the URL corresponding to that step, but that requires a bit more configuration specific to the WebStatus setup of the master.

-- 
Charles Lepple
clepple at gmail







More information about the devel mailing list