Drone CI / CD Documentation Drone by Harness ™ is a modern Continuous Integration platform that empowers busy teams to automate their build, test and release workflows using a …
The event condition limits step execution based on the drone event type. This can be helpful when you want to limit steps based on push, pull request, tag and more. Note that you cannot use …
A change in code triggers a webhook to Drone which runs the corresponding pipeline. Other common triggers include automatically scheduled or user-initiated workflows. Pipelines are …
This section of the documentation will help you install and configure the Drone Server and one or many Runners. A runner is a standalone daemon that polls the server for pending pipelines to …
This guide covers configuring continuous integration pipelines for Python projects. If you’re new to Drone please read our Tutorial and build configuration guides first. Build and Test. In the …