Concourse vs DotCi: What are the differences?
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; DotCi: Jenkins plugin with GitHub and Docker integration. DotCi is a Jenkins plugin created by Groupon that makes job management easy with built-in GitHub integration, push-button job creation, and YAML powered build configuration and customization. It comes prepackaged with Docker support as well, which means bootstrapping a new build environment from scratch can take as little as 15 minutes. DotCi has been a critical tool for Groupon internally for managing build and release pipelines for the wide variety of technologies in their SOA landscape.
Concourse and DotCi can be categorized as "Continuous Integration" tools.
Concourse and DotCi are both open source tools. Concourse with 3.99K GitHub stars and 482 forks on GitHub appears to be more popular than DotCi with 505 GitHub stars and 65 GitHub forks.