This document provides an overview of Hudson, an open source continuous integration tool. It discusses how Hudson can be used to automate tasks like running tests and deployments. Key points include that Hudson works by configuring "jobs" which can be triggered by changes in source control or on a schedule. Jobs contain "build steps" like running tests or deploying code. Notifications can be sent upon job completion. Hudson can integrate with various version control systems and platforms.
Related topics: