This is the Buildbot manual for Buildbot version |version|
.
2. Buildbot ManualΒΆ
- 2.1. Introduction
- 2.2. Installation
- 2.3. Concepts
- 2.4. Configuration
- 2.4.1. Configuring Buildbot
- 2.4.2. Global Configuration
- 2.4.3. Change Sources
- 2.4.4. Schedulers
- 2.4.5. Workers
- 2.4.6. Builder Configuration
- 2.4.7. Build Factories
- 2.4.8. Properties
- 2.4.9. Build Steps
- 2.4.10. Interlocks
- 2.4.11. Reporters
- 2.4.12. Web Server
- 2.4.13. Change Hooks
- 2.4.14. Custom Services
- 2.4.15. DbConfig
- 2.5. Transition to "worker" terminology
- 2.5.1. Old names fallback settings
- 2.5.2. Changed API
- 2.5.3. Plugins
- 2.5.4.
BuildmasterConfig
changes - 2.5.5. Docker latent worker changes
- 2.5.6. EC2 latent worker changes
- 2.5.7.
steps.slave.SetPropertiesFromEnv
changes - 2.5.8. Local worker changes
- 2.5.9. Worker Manager changes
- 2.5.10. Properties
- 2.5.11. Metrics
- 2.5.12. Database
- 2.5.13.
usePTY
changes - 2.5.14.
buildbot-worker
- 2.6. Customization
- 2.6.1. Programmatic Configuration Generation
- 2.6.2. Collapse Request Functions
- 2.6.3. Builder Priority Functions
- 2.6.4. Build Priority Functions
- 2.6.5. Customizing SVNPoller
- 2.6.6. Writing Change Sources
- 2.6.7. Writing a New Latent Worker Implementation
- 2.6.8. Custom Build Classes
- 2.6.9. Factory Workdir Functions
- 2.6.10. Writing New BuildSteps
- 2.6.11. Writing New Status Plugins
- 2.6.12. A Somewhat Whimsical Example (or "It's now customized, how do I deploy it?")
- 2.7. New-Style Build Steps
- 2.8. Command-line Tool
- 2.9. Resources
- 2.10. Optimization
- 2.11. Plugin Infrastructure in Buildbot
- 2.12. Deployment