Displaying 1 to 5 from 5 results
CruiseControl - Continuous Integration Tool to automate build process
CruiseControl is both a continuous integration tool and an extensible framework for creating a custom continuous build process. It includes dozens of plugins for a variety of source controls, build technologies, and notifications schemes including email and instant messaging. A web interface provides details of the current and previous builds.
Jenkins - An extendable open source continuous integration server
Jenkins is an award-winning application that monitors executions of repeated jobs, such as building a software project or jobs run by cron. It focuses on two things, Building/testing software projects continuously and Monitoring executions of externally-run jobs. Jenkins can distribute build/test loads to multiple computers.
Hudson - Automated build monitoring system
Hudson monitors executions of repeated jobs, such as building and testing a software project or jobs run by cron. Mostly build scripts used to build the software projects. It used to send mails in case of success or failure. Hudson keeps those outputs and makes it easy for you to notice when something is wrong. It can generate a list of changes made into the build from SCM systems like CVS, Subversion, Git and many others.
Continuum - Continuous Integration and Build Server
Apache Continuum is an enterprise-ready continuous integration server with features such as Automated builds, Release management, Role-based security, and Integration with popular build tools and Source control management systems. Whether you have a centralized build team or want to put control of releases in the hands of developers, Continuum can help you improve quality and maintain a consistent build environment.
CruiseControl.NET - Automated Continuous Integration server
CruiseControl.NET ia an automated Continuous Integration server, implemented using the .NET Framework. It is a port of CruiseControl Java framework.