JENKINS
JENKINS
JENKINS
DevOps Lab
Bamboo is a CI tool that run multiple builds in parallel for faster compilation. It has built-
in functionality to connect with repositories and has build tasks for Ant, Maven etc.
Buildbot is an open-source framework for automating software build, test and release
processes. It is written in python and supports distributed, parallel execution of jobs
across multiple platforms.
Apache Gump is designed with the aim to build and test all the open source Java
projects, every night. It makes sure that all the projects are compatible at both API
level and functionality level.
Travis CI is a hosted, distributed continuous integration service used to build and test
software projects hosted at GitHub. It’s built for projects and team of all sizes and supports
over 20 different languages.
39 DevOps Lab