Need advice about which tool to choose?Ask the StackShare community!

Concourse

259
389
+ 1
54
Drone.io

795
450
+ 1
258
Add tool

Concourse vs Drone.io: What are the differences?

Introduction

When deciding on a CI/CD tool for your projects, understanding the key differences between Concourse and Drone.io can help you make an informed decision on which platform is best suited to your needs.

  1. Architecture: Concourse follows a more modern architecture with workers that execute the build tasks independently, while Drone.io relies on agents to perform tasks. This difference in architecture can impact scalability, reliability, and the overall user experience based on the specific requirements of your projects.

  2. Configuration Approach: Concourse utilizes a declarative configuration approach where pipelines are defined in code, promoting consistency and reproducibility. On the other hand, Drone.io employs an imperative configuration model which allows for more flexibility and control in defining build processes.

  3. Extensions and Plugins: Concourse offers limited extensibility options, mainly relying on resource types for custom integrations. In contrast, Drone.io provides a wide range of plugins and extensions that can be easily integrated into the CI/CD pipeline, expanding its functionality and adaptability to different environments.

  4. Community Support: Drone.io has a more active and engaged community with frequent updates, plugins, and documentation improvements. Concourse, while well-maintained, may have a smaller community base which could impact the availability of resources and support for troubleshooting and customization.

  5. Security Features: Concourse emphasizes security by design, implementing container sandboxing and strict isolation between builds to prevent unauthorized access. Drone.io also prioritizes security but may require additional configurations and monitoring to achieve a similar level of protection, especially in complex environments.

  6. Built-in Features: Concourse comes with built-in features like in-flight code execution, versioned pipelines, and visual pipeline visualization, offering a seamless and intuitive user experience. Drone.io, on the other hand, provides built-in features such as YAML-based pipeline configuration, multi-platform support, and dynamic environment provisioning, catering to diverse CI/CD requirements.

In Summary, understanding the key differences between Concourse and Drone.io in architecture, configuration approach, extensions, community support, security features, and built-in features can help you choose the right CI/CD tool for your projects.

Advice on Concourse and Drone.io
Needs advice
on
ConcourseConcourse
and
JenkinsJenkins

I'm planning to setup complete CD-CD setup for spark and python application which we are going to deploy in aws lambda and EMR Cluster. Which tool would be best one to choose. Since my company is trying to adopt to concourse i would like to understand what are the lack of capabilities concourse have . Thanks in advance !

See more
Replies (1)
Maxi Krone
Cloud Engineer at fme AG · | 2 upvotes · 400.1K views
Recommends
on
ConcourseConcourse

I would definetly recommend Concourse to you, as it is one of the most advanced modern methods of making CI/CD while Jenkins is an old monolithic dinosaur. Concourse itself is cloudnative and containerbased which helps you to build simple, high-performance and scalable CI/CD pipelines. In my opinion, the only lack of skills you have with Concourse is your own knowledge of how to build pipelines and automate things. Technincally there is no lack, i would even say you can extend it way more easily. But as a Con it is more easy to interact with Jenkins if you are only used to UIs. Concourse needs someone which is capable of using CLIs.

See more
Get Advice from developers at your company using StackShare Enterprise. Sign up for StackShare Enterprise.
Learn More
Pros of Concourse
Pros of Drone.io
  • 16
    Real pipelines
  • 10
    Containerised builds
  • 9
    Flexible engine
  • 6
    Fast
  • 4
    Open source
  • 3
    No Snowflakes
  • 3
    Simple configuration management
  • 2
    You have to do everything
  • 1
    Fancy Visualization
  • 51
    Open source
  • 50
    Built on docker
  • 27
    Free for open source
  • 23
    GitHub integration
  • 18
    Easy Setup
  • 17
    Hosted internally
  • 17
    Flexible scripting
  • 10
    Bitbucket integration
  • 7
    GitLab integration
  • 7
    Works with Heroku
  • 6
    Gogs integration
  • 4
    Browser testing
  • 4
    Works with Google AppEngine
  • 4
    Active Community
  • 3
    Works with Amazon
  • 2
    Works with Cloud Foundry
  • 2
    Gitea Integration
  • 1
    Configuration as code
  • 1
    Eazy to use
  • 1
    Easy tool to automate CI pipeline. Running in an hour
  • 1
    Easy pipelines
  • 1
    Only need yml config
  • 1
    Written in Go

Sign up to add or upvote prosMake informed product decisions

Cons of Concourse
Cons of Drone.io
  • 2
    Fail forward instead of rollback pattern
  • 3
    Very basic documentation

Sign up to add or upvote consMake informed product decisions

- No public GitHub repository available -

What is Concourse?

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 Drone.io?

Drone is a hosted continuous integration service. It enables you to conveniently set up projects to automatically build, test, and deploy as you make changes to your code. Drone integrates seamlessly with Github, Bitbucket and Google Code as well as third party services such as Heroku, Dotcloud, Google AppEngine and more.

Need advice about which tool to choose?Ask the StackShare community!

Jobs that mention Concourse and Drone.io as a desired skillset
What companies use Concourse?
What companies use Drone.io?
See which teams inside your own company are using Concourse or Drone.io.
Sign up for StackShare EnterpriseLearn More

Sign up to get full access to all the companiesMake informed product decisions

What tools integrate with Concourse?
What tools integrate with Drone.io?

Sign up to get full access to all the tool integrationsMake informed product decisions

What are some alternatives to Concourse and Drone.io?
Jenkins
In a nutshell Jenkins CI is the leading open-source continuous integration server. Built with Java, it provides over 300 plugins to support building and testing virtually any project.
CircleCI
Continuous integration and delivery platform helps software teams rapidly release code with confidence by automating the build, test, and deploy process. Offers a modern software development platform that lets teams ramp.
Spinnaker
Created at Netflix, it has been battle-tested in production by hundreds of teams over millions of deployments. It combines a powerful and flexible pipeline management system with integrations to the major cloud providers.
TeamCity
TeamCity is a user-friendly continuous integration (CI) server for professional developers, build engineers, and DevOps. It is trivial to setup and absolutely free for small teams and open source projects.
GitLab CI
GitLab offers a continuous integration service. If you add a .gitlab-ci.yml file to the root directory of your repository, and configure your GitLab project to use a Runner, then each merge request or push triggers your CI pipeline.
See all alternatives