Get Advice Icon

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

Drone.io

801
456
+ 1
258
GoCD

209
325
+ 1
207
Add tool

Drone.io vs GoCD: What are the differences?

Drone.io and GoCD are both continuous integration/continuous deployment (CI/CD) tools used by organizations for automated development processes. Below are the key differences between Drone.io and GoCD.

  1. Architecture: Drone.io follows a container-native approach, utilizing Docker containers for its build processes, providing scalability and reproducibility. On the other hand, GoCD has a more traditional agent-based architecture where agents are responsible for executing build tasks.

  2. Ease of Use: Drone.io is known for its simplicity and ease of use, making it a popular choice among smaller teams or startups due to its straightforward setup and configuration. In contrast, GoCD is more complex and offers advanced features suitable for enterprise-level applications, requiring more expertise for setup and management.

  3. Plugin Ecosystem: Drone.io has a smaller plugin ecosystem compared to GoCD but allows users to create custom plugins easily due to its open-source nature and lightweight architecture. GoCD, on the other hand, has a robust plugin ecosystem with various integrations available out of the box for popular tools and technologies.

  4. Pipeline Configuration: In Drone.io, pipelines are configured using a simple YAML file in the repository, keeping the configuration close to the codebase and promoting versioning of the pipeline along with the code changes. GoCD uses a graphical interface for pipeline configuration, providing a visual representation of the workflow, which can be advantageous for teams requiring a visual overview of their CI/CD processes.

  5. Scalability: Drone.io is highly scalable due to its containerized architecture, allowing users to scale build jobs easily by spinning up new containers. GoCD is also scalable but may require more effort in setting up additional agents for handling increased workload, especially in complex enterprise environments.

  6. Community Support: Drone.io has a growing community of users and contributors who actively support the project and provide assistance through forums and documentation. GoCD, being an established tool, has a larger and more mature community with extensive resources and support available for users seeking assistance or troubleshooting guidance.

In Summary, Drone.io and GoCD differ in their architecture, ease of use, plugin ecosystem, pipeline configuration, scalability, and community support.

Advice on Drone.io and GoCD
Mohammad Hossein Amri
Chief Technology Officer at Planally · | 3 upvotes · 534.3K views
Needs advice
on
GoCDGoCD
and
JenkinsJenkins

I'm open to anything. just want something that break less and doesn't need me to pay for it, and can be hosted on Docker. our scripting language is powershell core. so it's better to support it. also we are building dotnet core in our pipeline, so if they have anything related that helps with the CI would be nice.

See more
Replies (1)
Ankit Malik
Software Developer at CloudCover · | 1 upvotes · 517K views
Recommends
on
Google Cloud BuildGoogle Cloud Build

Google cloud build can help you. It is hosted on cloud and also provide reasonable free quota.

See more
Manage your open source components, licenses, and vulnerabilities
Learn More
Pros of Drone.io
Pros of GoCD
  • 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
  • 32
    Open source
  • 27
    Pipeline dependencies
  • 25
    Pipeline structures
  • 22
    Can run jobs in parallel
  • 20
    Very flexible
  • 15
    Plugin architecture
  • 13
    Environments can keep config secure
  • 12
    Great UI
  • 10
    Good user roles and permissions
  • 9
    Supports many material dependencies
  • 7
    Fan-in, Fan-out
  • 6
    Designed for cd not just ci
  • 4
    Empowers product people to make delivery decisions
  • 2
    Flexible & easy deployment
  • 2
    Pass around artifacts
  • 1
    Build once

Sign up to add or upvote prosMake informed product decisions

Cons of Drone.io
Cons of GoCD
  • 3
    Very basic documentation
  • 2
    Lack of plugins
  • 2
    Horrible ui
  • 1
    No support

Sign up to add or upvote consMake informed product decisions

157
565
98
198
- No public GitHub repository available -

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.

What is GoCD?

GoCD is an open source continuous delivery server created by ThoughtWorks. GoCD offers business a first-class build and deployment engine for complete control and visibility.

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

Jobs that mention Drone.io and GoCD as a desired skillset
What companies use Drone.io?
What companies use GoCD?
Manage your open source components, licenses, and vulnerabilities
Learn More

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

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

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

What are some alternatives to Drone.io and GoCD?
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.
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.
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.
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.
GitLab
GitLab offers git repository management, code reviews, issue tracking, activity feeds and wikis. Enterprises install GitLab on-premise and connect it with LDAP and Active Directory servers for secure authentication and authorization. A single GitLab server can handle more than 25,000 users but it is also possible to create a high availability setup with multiple active servers.
See all alternatives