mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2024-11-25 11:21:02 +00:00
Add feature comparison to drone
This commit is contained in:
parent
3c6c90393d
commit
49847988b2
1 changed files with 13 additions and 1 deletions
|
@ -15,4 +15,16 @@ A few important time points:
|
|||
|
||||
## Differences to Drone
|
||||
|
||||
Woodpecker is a community-focused software that still stay free and open source forever, while Drone is managed by [Harness](https://harness.io/) and published under [Polyform Small Business](https://polyformproject.org/licenses/small-business/1.0.0/) license.
|
||||
Woodpecker is a community-focused software that still stay free and open source forever, while Drone is managed by [Harness](https://harness.io/) and published under [Polyform Small Business](https://polyformproject.org/licenses/small-business/1.0.0/) license, as well as an [OSS edition](https://docs.drone.io/enterprise/#what-is-the-difference-between-open-source-and-enterprise) published under Apache 2.0 .
|
||||
|
||||
### Features
|
||||
|
||||
| Feature | Drone CI (Enterprise) | Woodpecker CI |
|
||||
|---------|-----------------------|---------------|
|
||||
| Trigger | CI, Manual, Cronjob | |
|
||||
| Runner | Docker, Exec, SSH, DigitalOcean | |
|
||||
| Extensions | Admission, Configuration, Conversion, Environment, Registry, Secrets, Validation | |
|
||||
| Templating | (/) | |
|
||||
| Manual steps | (!) (via promoting) | |
|
||||
| Report UI | [(/)](https://docs.drone.io/plugins/adaptive_cards/) | |
|
||||
| Secret management | (/) (via extensions) | |
|
||||
|
|
Loading…
Reference in a new issue