Skip to content
Crow CI
Codeberg

Migration

Crow CI maintains compatibility with Woodpecker CI and Drone CI, making migration straightforward.

FeatureWoodpeckerDrone
PluginsFullFull
Environment variablesWOODPECKER_* supportedDRONE_* supported
Pipeline syntaxFullPartial (2019 fork)

Crow v4 is a soft-fork of Woodpecker CI with some additional database migrations.

Crow accepts both prefixes:

  • CROW_* — native Crow configuration
  • WOODPECKER_* — supported for migration convenience
  1. Replace container images with Crow equivalents
  2. Optionally rename WOODPECKER_* vars to CROW_*
  3. Update webhook URLs if using a different domain

Woodpecker forked from Drone in 2019, and Crow inherits that compatibility. Drone plugins work with Crow.