Drone.io Joins the Harness Family.Read the AnnouncementLearn more

Automate Software Build and Testing

Drone is a self-service Continuous Integration platform for busy development teams.

Configuration as a code

Pipelines are configured with a simple, easy‑to‑read file that you commit to your git repository.

Each Pipeline step is executed inside an isolated Docker container that is automatically downloaded at runtime.

Get started
kind: pipeline
steps:
- name: test
  image: node
  commands:
  - npm install
  - npm test
services:
- name: database
  image: mysql
  ports:
  - 3306
Get started
  • Any Source Code Manager

    Any Source Code Manager

    Drone integrates seamlessly with multiple source code management systems, including GitHub, GitHubEnterprise, Bitbucket, and GitLab.

  • Any Platform

    Any Platform

    Drone natively supports multiple operating systems and architectures, including Linux x64, ARM, ARM64 and Windows x64.

  • Any Language

    Any Language

    Drone works with any language, database or service that runs inside a Docker container. Choose from thousands of public Docker images or provide your own.

Create & Share Plugins

Drone uses containers to drop pre‑configured steps into your pipeline. Choose from hundreds of existing plugins, or create your own.

Customization When You Need It

Drone makes advanced customization easy. Implement custom access controls, approval workflows, secret management, yaml syntax extensions and more.

  • Simple Configuration

    Simple Configuration

    Don’t waste time configuring your build servers. Choose from thousands of Docker images and Drone will auto-provision your environment.

  • Isolated builds

    Isolated builds

    Don’t worry about conflicting builds on shared servers. Every build runs in an isolated Docker container, giving you full control.

  • Effortless Scaling

    Effortless Scaling

    Why choose between simplicity and scalability? Drone installs from a single binary and scales automatically.

Install Drone in Minutes

Download our official Docker image or build from source. No need to talk with a sales person or request a trial license.

When we started using containers, Drone was the obvious choice. We moved from Jenkins to Drone deploying about 15,000 times a quarter.