Edgewall Software

Version 2 (modified by cmlenz, 19 years ago) (diff)

Some information about the database schema

Bitten Object Model

Database Schema

Object model diagram

Tables:

  • bitten_config: build configurations, each composed of zero or more target platforms.
  • bitten_platform: target platforms, which are basically categories for build slaves based on their properties.
  • bitten_rule: rules for matching a build slave against a target platform.
  • bitten_build: pending, in-progress or completed builds, associated with a specific target platform and build configuration.
  • bitten_slave: Properties of the build slave that performed a build.
  • bitten_step: Information about an invidividual build step, such as the output and the result (success or failure).

Attachments (1)

Download all attachments as: .zip