|
Hudson
|
Last Update 2008/2/21 9:43
|
Category
Licence
Open Source
:
Tool Form
Software
:
Configuration Management
Build
:
Configuration Management
Continuous Integration / Continuous Delivery
|
Description
Hudson monitors executions of repeated jobs, such as building a software project or jobs run by cron. Among those things, current Hudson focuses on the following two jobs: 1. Building/testing software projects continuously, just like CruiseControl or DamageControl. In a nutshell, Hudson provides an easy-to-use so-called continuous integration system, making it easier for developers to integrate changes to the project, and making it easier for users to obtain a fresh build. The automated, continoues build increases the productivity. 2. Monitoring executions of externally-run jobs, such as cron jobs and procmail jobs, even those that are run on a remote machine. For example, with cron, all you receive is regular e-mails that capture the output, and it is up to you to look at them diligently and notice when it broke. Hudson keeps those outputs and makes it easy for you to notice when something is wrong.
|
Hits: 27
|
BuildBot
|
Last Update 2008/11/27 8:22
|
Category
Licence
Open Source
:
Running Platform
Unix/Linux
:
Running Platform
Mac/OS
:
Approach
Agile Software Development (Scrum, Kanban, ...)
:
Configuration Management
Continuous Integration / Continuous Delivery
|
Description
The BuildBot is a system to automate the compile/test cycle required by most software projects to validate code changes. By automatically rebuilding and testing the tree each time something has changed, build problems are pinpointed quickly, before other developers are inconvenienced by the failure. The guilty developer can be identified and harassed without human intervention. By running the builds on a variety of platforms, developers who do not have the facilities to test their changes everywhere before checkin will at least know shortly afterwards whether they have broken the build or not. Warning counts, lint checks, image size, compile time, and other build parameters can be tracked over time, are more visible, and are therefore easier to improve.
|
Hits: 78
|
|
|
|