.. _Configuration:

Configuration
=============

The following sections describe the configuration of the various Buildbot components.
The information available here is sufficient to create basic build and test configurations, and does not assume great familiarity with Python.

In more advanced Buildbot configurations, Buildbot acts as a framework for a continuous-integration application.
The next section, :doc:`../customization`, describes this approach, with frequent references into the :ref:`development documentation <Buildbot Development>`.

.. toctree::
    :maxdepth: 1

    intro
    global
    changesources
    schedulers
    workers
    builders
    projects
    buildfactories
    buildsets
    properties
    steps/index
    interlocks
    report_generators/index
    reporters/index
    www
    wwwhooks
    services/index
    dbconfig
    configurators
    manhole
    multimaster
    multicodebase
    misc/index
    tests/index
