Hi Eliot,

In buildbot Nine, all the log files and build history is now stored in the
database.
You can use a separate database server like postgres in order to store them
outside of your master.
With the recent move to JWT token, the master does not have any state
beyond the running build/step state, which is managed as in memory python
objects.

Regards
Pierre


Le mer. 15 févr. 2017 à 00:41, Elliot Saba <[email protected]> a écrit :

> Hello there.  I'd like to store my buildbot-generated files (build
> logfiles, all generated state) away from my configuration files.  I'd like
> to do this so that I can persist my logfiles and build history separate
> from my configuration within a Docker container.  Is there a configuration
> option I can set to affect this?
>
> Thanks,
> -E
> _______________________________________________
> users mailing list
> [email protected]
> https://lists.buildbot.net/mailman/listinfo/users
_______________________________________________
users mailing list
[email protected]
https://lists.buildbot.net/mailman/listinfo/users

Reply via email to