Files
TechradarDev/radar/2019-11-01/concourse-ci.md
Daniel Pötzinger bcf1ead9b3 documentation: Add tags to all featured blibs (#139)
* documentation: add tags to all featured blips
2022-11-18 11:39:23 +01:00

15 lines
741 B
Markdown

---
title: "Concourse"
ring: trial
quadrant: tools
tags: [ci/cd]
---
[Concourse](https://concourse-ci.org/) is an open-source continuous "thing-doer".
It represents a general approach for automation which can be used for Continuous Integration and Continuous Delivery.
Concourse CI follows a strict concept that is based on idempotency, immutability, declarative config, stateless workers, and reproducible builds.
Pipelines are built on the mechanics of resources, tasks and jobs, which are all configured in one or multiple YAML files.
Concourse claims to be "simple" but has a steep learning curve in the beginning till it gets simple to use.
Concourse is used in the Congstar Team to automate infrastructure deployments.