SHARE
Facebook X Pinterest WhatsApp

Continuous integration with Buildbot

Written By
thumbnail
Web Webster
Web Webster
Jul 10, 2010

[ Thanks to An Anonymous Reader for
this link. ]

“Summary: The days of cowboy coding are long gone at
most organizations, replaced by a renewed interest in generating
quality software. Continuous integration (CI) testing is a vital
component in the practice of agile programming techniques that lead
to high-quality software. Learn the theory and practice of CI
testing by exploring Buildbot, an open source CI system written in
Python.

“Largely popularized by Martin Fowler, the basic idea of CI is
to continuously test and build your software at each branch and
when code is merged into the trunk. This leads to an overall
increase in the health of the code base. It can also lead to an
increase in communication with team members and an opportunity to
obtain feedback about the overall quality of your code. Often,
people use this cycle to generate code coverage reports and other
statistics.

“Buildbot, like other CI systems, helps to automate this cycle
of checkout, build, test. Buildbot slaves usually run on different
platforms such as Win32, Solaris, Intelx64, etc. Buildbot can send
an email notification when a build breaks, and it keeps track of
all running builds so the developer can get a bird’s-eye view of
the whole process. Finally, people often tap into the automated
cycle to generate metrics about the quality of their software at
any given time. The end of this article touches on metrics and why
it makes sense to run them within a CI system.”


Complete Story

thumbnail
Web Webster

Web Webster

Web Webster has more than 20 years of writing and editorial experience in the tech sector. He’s written and edited news, demand generation, user-focused, and thought leadership content for business software solutions, consumer tech, and Linux Today, he edits and writes for a portfolio of tech industry news and analysis websites including webopedia.com, and DatabaseJournal.com.

Recommended for you...

5 Best Free and Open Source Text Expander Tools
webmaster
Jun 13, 2025
Grafito: Systemd Journal Log Viewer with a Beautiful Web UI
Bobby Borisov
Jun 12, 2025
FreeBSD Wants to Know a Few Things
brideoflinux
May 11, 2025
NVK enabled for Maxwell, Pascal, and Volta GPUs
Kara Bembridge
May 1, 2025
Linux Today Logo

LinuxToday is a trusted, contributor-driven news resource supporting all types of Linux users. Our thriving international community engages with us through social media and frequent content contributions aimed at solving problems ranging from personal computing to enterprise-level IT operations. LinuxToday serves as a home for a community that struggles to find comparable information elsewhere on the web.

Property of TechnologyAdvice. © 2025 TechnologyAdvice. All Rights Reserved

Advertiser Disclosure: Some of the products that appear on this site are from companies from which TechnologyAdvice receives compensation. This compensation may impact how and where products appear on this site including, for example, the order in which they appear. TechnologyAdvice does not include all companies or all types of products available in the marketplace.