VOOZH about

URL: https://www.drone.io/

โ‡ฑ Drone CI โ€“ Automate Software Testing and Delivery


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.

Get startedDocumentation
๐Ÿ‘ Image
๐Ÿ‘ Image

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.

๐Ÿ‘ Image

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.

๐Ÿ‘ Image

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