Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 997 Bytes

overview.md

File metadata and controls

20 lines (16 loc) · 997 Bytes
date title author weight
2000-01-01 00:00:00 +0000
Overview
bradrydzewski
1

You can use extensions to override and customize Drone's default behavior. If Drone does almost everything you want, you can use extensions to enhance Drone to accommodate all of your team's unique requirements.

Extensions are simple HTTP services that receive and respond to requests using a REST protocol. You can write extensions in any language, although we do provide starter projects for the Go programming language.

Here is a list of extension types:

{{< link "/extensions/admission.md" "Admission Extensions" >}} {{< link "/extensions/conversion.md" "Conversion Extensions" >}} {{< link "/extensions/configuration.md" "Configuration Extensions" >}} {{< link "/extensions/environment" "Environment Extensions" >}} {{< link "/extensions/registry" "Registry Extensions" >}} {{< link "/extensions/secret.md" "Secret Extensions" >}} {{< link "/extensions/validation.md" "Validation Extensions" >}}