Software Alternatives, Accelerators & Startups

Concourse

Pipeline-based CI system written in Go.

Concourse

Concourse Reviews and Details

This page is designed to help you find out whether Concourse is good and if it is the right choice for you.

Screenshots and images

  • Concourse Landing page
    Landing page //
    2021-07-31

Features & Specs

  1. Simplicity and Consistency

    Concourse CI offers a simple and consistent UI/UX across different platforms. The interface is intuitive and designed to make it easy for users to visualize complex pipelines.

  2. Containerized Builds

    Everything Concourse runs is within containers, ensuring isolated and reproducible builds. This method reduces the chances of environment-related issues during the deployment process.

  3. Pipeline as Code

    Concourse utilizes a declarative approach to define pipelines using YAML files, which makes versioning and changing pipelines straightforward and trackable.

  4. Scalability

    Concourse is highly scalable and can work well with very large pipelines and numerous concurrent builds, especially fitting for microservices architectures.

  5. Dynamic Workflows

    It supports dynamic workflows through its resource/event-driven nature, allowing pipelines to react automatically to changes in resources.

Badges

Promote Concourse. You can add any of these badges on your website.

SaaSHub badge
Show embed code

Videos

Concourse Smart Wheels - Review

Australian Golf Digest TV - Concourse CBM3 Golf Buggy

THE GOLF SHOW CONCOURSE CBM3

Social recommendations and mentions

We have tracked the following product recommendations or mentions on various public social media platforms and blogs. They can help you see what people think about Concourse and what they use it for.
  • GitHub Actions Has a Package Manager, and It Might Be the Worst
    Open source: - https://concourse-ci.org/ (discussed in the context of Radicle here https://news.ycombinator.com/item?id=44658820 ) - Jenkins -etc. - Source: Hacker News / 7 months ago
  • Tracking Supermarket Prices with Playwright
    > My CI of choice is [Concourse](https://concourse-ci.org/) which describes itself as "a continuous thing-doer". While it has a bit of a learning curve, I appreciate its declarative model for the pipelines and how it versions every single input to ensure reproducible builds as much as it can. What's the thought process behind using a CI server - which I thought is mainly for builds - for what essentially is a data... - Source: Hacker News / almost 2 years ago
  • We built the fastest CI in the world. It failed
    > Imagine you live in a world where no part of the build has to repeat unless the changes actually impacted it. A world in which all builds happened with automatic parallelism. A world in which you could reproduce very reliably any part of the build on your laptop. That sounds similar to https://concourse-ci.org/ I quite like it, but it never seemed to gain traction outside of Cloud Foundry. - Source: Hacker News / almost 3 years ago
  • Ask HN: What do you use to run background jobs?
    I used Concourse[0] for a while. No real complaints, the visibility is nice but the functionality isn't anything new. [0] https://concourse-ci.org/. - Source: Hacker News / about 3 years ago
  • How to host React/Next "Cheaply" with a global audience? (NGO needs help)
    We run https://concourse-ci.org/ on our own hardware at our office. (as a side note, running your own hardware, you realise just how abysmally slow most cloud servers are.). Source: about 3 years ago
  • Cicada - Build CI pipelines using TypeScript
    We use https://concourse-ci.org/ at the moment and have been reasonably happy with it, however it only has support for linux containers at the moment, no windows containers. (MacOS doesn't have a containers primitive yet unfortunately). Source: over 3 years ago
  • Why I joined Dagger
    My first attempt was Concourse, a CI/CD system that scheduled pipelines written in declarative YAML. Choosing YAML for Concourse made it for all, but it was definitely not once; we had to constantly rework its declarative model to handle more use cases. As time went on I started to wonder if the final frontier was actually a โ€œlanguage for CI/CD.โ€. - Source: dev.to / over 3 years ago
  • Unpopular opinion: CI/CD engines are an awful idea
    I want to shill a bit for Concourse- https://concourse-ci.org/ All the plugins are docker containers that read json on stdin, and write json to stdout. It's pretty neat. - Source: Hacker News / over 3 years ago
  • Best tool for automated and reproducible build?
    Yes, Jenkins is overkill. I utterly hate it. If you want something which you can self-host rather than using a SaaS or web product, Concourse CI is mildly opinionated on some things but generally fairly easy to use. Or Drone CI. There are plenty of tools to select from. Source: over 3 years ago
  • Git Notes: Git's Coolest, Most Unlovedยญ Feature
    Fossil is super easy to self host, so that what I do (on a MeLE fanless mini PC). But there's https://chiselapp.com/ if you want a hosted solution. For CI I self host an instance of https://concourse-ci.org/. - Source: Hacker News / over 3 years ago
  • Looking for data-driven job scheduler with logging, alerting
    Take a look at Concourse (https://concourse-ci.org/). It used to be my go-to tool for, as its site says, โ€œcontinuous thing do-ingโ€. Source: almost 4 years ago
  • Which is the best CI/CD self-hosted open source tool?
    So can you suggest one? Till now I looked at the concourse. - Source: dev.to / almost 4 years ago
  • How we deploy to production over 100 times a day
    For infrastructure changes we use Concourse and Terraform. Source: about 4 years ago
  • I wrote an article comparing the free versions of Circle CI, Travis CI, Github Actions, and Gitlab
    I am curious if anyone of you already heard about Concourse-Ci? Source: about 4 years ago
  • Ask HN: Any self hosted CI/CD for mobile apps suggestions?
    Iโ€™d you want to run my favorite industrial strength ci system you can look at https://concourse-ci.org Gives you the ability to install workers on Mac so you can do iOS builds if you like. Google around for concourse ci iOS for articles. There are multiple ways to deploy concourse but the components are just go binaries when it comes down to it. - Source: Hacker News / over 4 years ago
  • Any CI/CD platform to recommend?
    I have tried out Concourse CI but I do not have anything else then enterprise systems (through work) to compare them to. Do you have anything to recommend or anything opinions regarding this? I am mainly looking for the CD part of CI/CD. I may start test git branches in the future, then CI will be good. Source: over 4 years ago
  • DevOps, what tools do you use for each and when?any stacks?
    Open source, useful for CI/CD and automated testing: https://concourse-ci.org/. Source: about 5 years ago
  • Deploying and using Concourse-ci using Podman
    Has anyone gone down this route so far with Concourse (https://concourse-ci.org/)? I'm getting ready to attempt this on a Fedora 34 system (Podman 3.2.0). Source: about 5 years ago
  • Slack Engineering: How a Jenkins Job Broke Our Jenkins UI
    What are your requirements? The most recent CI/CD system I've used was Concourse, and using it was great - it's very flexible, if a bit barebones. (I didn't have hand in the initial installation for it, so this is only for using it) https://concourse-ci.org/. - Source: Hacker News / about 5 years ago
  • Slack Engineering: How a Jenkins Job Broke Our Jenkins UI
    Concourse: https://concourse-ci.org/ It takes some getting used to, but I really got to love its concepts for resources/inputs/outputs and how they work together to get you actually reproducible builds. - Source: Hacker News / about 5 years ago
  • Ask HN: Best self-hosted CI solution?
    I am running https://concourse-ci.org on a cheap VPC and I am very happy with it. - Source: Hacker News / about 5 years ago

Do you know an article comparing Concourse to other products?
Suggest a link to a post with product alternatives.

Suggest an article

Concourse discussion

Log in or Post with

Is Concourse good? This is an informative page that will help you find out. Moreover, you can review and discuss Concourse here. The primary details have not been verified within the last quarter, and they might be outdated. If you think we are missing something, please use the means on this page to comment or suggest changes. All reviews and comments are highly encouranged and appreciated as they help everyone in the community to make an informed choice. Please always be kind and objective when evaluating a product and sharing your opinion.