Concourse vs QuickBuild: What are the differences?
What is Concourse? Pipeline-based CI system written in Go. Concourse's principles reduce the risk of switching to and from Concourse, by encouraging practices that decouple your project from your CI's little details, and keeping all configuration in declarative files that can be checked into version control.
What is QuickBuild? Continuous integration and continuous deployment solution. It is a continuous integration and deployment server, featuring hierarchical configuration management, proof build (pre-commit build/test), build promotion pipeline, and flexible build setup.
Concourse and QuickBuild can be primarily classified as "Continuous Integration" tools.
Concourse is an open source tool with 4.59K GitHub stars and 563 GitHub forks. Here's a link to Concourse's open source repository on GitHub.