Woodpecker is a community fork of the Drone CI system.
Find a file
renovate[bot] 4a6185557f
fix(deps): update github.com/urfave/cli/v3 digest to 20ef97b (#4166)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: qwerty287 <80460567+qwerty287@users.noreply.github.com>
2024-10-05 13:10:02 +01:00
.github renovate: set automergetype=pr (#4162) 2024-10-05 10:08:07 +02:00
.vscode Fix vscode settings (#3880) 2024-07-09 02:56:42 -07:00
.woodpecker chore(deps): update docker.io/woodpeckerci/plugin-surge-preview docker tag to v1.3.2 (#4168) 2024-10-05 12:39:36 +01:00
agent Restart tasks on dead agents sooner (#4114) 2024-09-20 09:40:48 +02:00
cli Replay pipeline using cli exec by downloading metadata (#4103) 2024-09-25 07:20:51 +02:00
cmd Print agent labels in debug mode (#4155) 2024-10-03 10:53:41 +02:00
contrib/woodpecker-test-repo/.woodpecker Cleanups + prefer .yaml (#3069) 2024-01-11 18:43:54 +01:00
docker Set /woodpecker as default workdir for the **woodpecker-cli** container (#4130) 2024-09-21 17:05:13 +02:00
docs chore(deps): update docs npm deps non-major (#4164) 2024-10-05 09:32:09 +01:00
nfpm fix misspell 2024-08-25 22:52:26 +02:00
pipeline Implement registries for Kubernetes backend (#4092) 2024-09-30 01:03:05 +01:00
server Implement org/user agents (#3539) 2024-09-30 12:33:16 +01:00
shared Default git clone support sha256 (#4136) 2024-09-22 21:02:36 +02:00
version Add godot linter to harmonitze toplevel comments (#3650) 2024-05-13 22:58:21 +02:00
web chore(deps): update dependency vite to v5.4.6 [security] (#4163) 2024-10-05 09:15:16 +01:00
woodpecker-go Implement org/user agents (#3539) 2024-09-30 12:33:16 +01:00
.cspell.json renovate: set automergetype=pr (#4162) 2024-10-05 10:08:07 +02:00
.ecrc Add spellcheck config (#3018) 2024-01-27 21:15:10 +01:00
.editorconfig Use editorconfig-checker (#982) 2022-06-17 12:03:34 +02:00
.gitattributes Fix "check_swagger" step (#2024) 2023-07-20 22:12:32 +02:00
.gitignore Split client into multiple files and add more tests (#3647) 2024-04-26 13:46:55 +02:00
.gitpod.yml Cleanup server env settings (#3670) 2024-05-15 15:45:08 +02:00
.golangci.yaml Exclude mocks from release build (#3831) 2024-06-25 12:23:07 +02:00
.hadolint.yaml Cleanups + prefer .yaml (#3069) 2024-01-11 18:43:54 +01:00
.lycheeignore fix: Add wildcard to .lycheeignore (#4158) 2024-10-04 15:08:05 +01:00
.markdownlint.yaml Add spellcheck config (#3018) 2024-01-27 21:15:10 +01:00
.mockery.yaml Fix make in_docker generate (#3616) 2024-04-15 17:46:44 +02:00
.pre-commit-config.yaml chore(deps): update pre-commit non-major (#4173) 2024-10-05 10:34:02 +01:00
.prettierignore Do not run prettier with pre-commit (#3196) 2024-01-14 21:14:00 +01:00
.prettierrc.json Remove old files (#3077) 2023-12-30 15:10:31 +01:00
.yamllint.yaml Add spellcheck config (#3018) 2024-01-27 21:15:10 +01:00
CHANGELOG.md 🎉 Release 2.7.1 (#4090) (#4091) 2024-09-07 10:52:38 +02:00
docker-compose.example.yaml Cleanups + prefer .yaml (#3069) 2024-01-11 18:43:54 +01:00
docker-compose.gitpod.yaml chore(deps): update postgres docker tag to v17 (#4181) 2024-10-05 10:39:34 +01:00
flake.lock update nix flake 2024-08-25 22:51:28 +02:00
flake.nix Add blocklist of environment variables who could alter execution of plugins (#3934) 2024-07-18 22:54:29 +02:00
go.mod fix(deps): update github.com/urfave/cli/v3 digest to 20ef97b (#4166) 2024-10-05 13:10:02 +01:00
go.sum fix(deps): update github.com/urfave/cli/v3 digest to 20ef97b (#4166) 2024-10-05 13:10:02 +01:00
LICENSE Check for correct license header (#2137) 2023-08-10 11:06:00 +02:00
Makefile Release windows binaries as zip file (#3906) 2024-07-14 22:59:45 +02:00
README.md Disallow direct translations (#4042) 2024-08-15 20:51:56 +02:00
release-config.ts Add release helper (#1976) 2023-09-07 17:17:17 +02:00

Woodpecker

Woodpecker


Pipeline Status Code coverage Translation status Matrix space Go Report Card go reference GitHub release Docker pulls License: Apache-2.0 OpenSSF best practices pre-commit.ci


Woodpecker is a simple, yet powerful CI/CD engine with great extensibility.

woodpecker

Installation & Resources

Woodpecker can be installed in various ways (see the Installation Instructions) and runs with SQLite as database by default. It requires around 100 MB of RAM (Server) and 30 MB (Agent) at runtime in idle mode.

Support

You can support the project by becoming a backer on Open Collective or via GitHub Sponsors.

Open Collective backers

Documentation

Our documentation can be found at https://woodpecker-ci.org/docs/intro.

Translation

We have a self-hosted Weblate instance at translate.woodpecker-ci.org.

An overview of the current translation state is available at https://translate.woodpecker-ci.org/projects/woodpecker-ci/#languages.

Public Woodpecker Instances

Woodpecker is used as the main CI/CD engine at Codeberg, an alternative Git hosting platform with a focus on privacy and free software development.

Plugins

Woodpecker can be extended via plugins. The plugin overview website helps browsing available plugins. It combines both plugins by the Woodpecker core team and community-maintained ones.

Star History

Star History Chart

License

Woodpecker is Apache 2.0 licensed. The source files have a header indicating which license they are under and what copyrights apply.

Everything in docs/ is licensed under the Creative Commons Attribution-ShareAlike 4.0 International Public License.