1
0
mirror of https://github.com/woodpecker-ci/woodpecker.git synced 2025-01-05 10:20:36 +02:00
Woodpecker is a simple yet powerful CI/CD engine with great extensibility.
Go to file
2022-03-02 00:19:33 +01:00
.github
.vscode
.woodpecker Build multiarch images for server (#821) 2022-03-01 16:40:24 +01:00
agent
charts Allow specifying dind container in values (#750) 2022-02-06 16:39:51 +01:00
cli Use shared func for registering Sigterm on a context (#799) 2022-02-28 09:27:31 +01:00
cmd Allow loading sensitive flags from files (#815) 2022-03-01 16:09:33 +01:00
docker Build multiarch images for server (#821) 2022-03-01 16:40:24 +01:00
docs Allow loading sensitive flags from files (#815) 2022-03-01 16:09:33 +01:00
nfpm fix nfpm (#788) 2022-02-24 15:35:11 +01:00
pipeline Use shared func for registering Sigterm on a context (#799) 2022-02-28 09:27:31 +01:00
server Add support for pipeline configuration service (#804) 2022-02-28 10:56:23 +01:00
shared Use shared func for registering Sigterm on a context (#799) 2022-02-28 09:27:31 +01:00
vendor Add support for pipeline configuration service (#804) 2022-02-28 10:56:23 +01:00
version
web Add editing of secrets and registries (#823) 2022-03-02 00:19:33 +01:00
woodpecker-go
.changelog.yml
.editorconfig
.gitignore
.golangci.yml
CHANGELOG.md Changelog v0.15.0 (#790) 2022-02-24 17:34:49 +01:00
CONTRIBUTING.md
docker-compose.example.yml
go.mod Add support for pipeline configuration service (#804) 2022-02-28 10:56:23 +01:00
go.sum Add support for pipeline configuration service (#804) 2022-02-28 10:56:23 +01:00
LICENSE
Makefile Build multiarch images for server (#821) 2022-03-01 16:40:24 +01:00
README.md
SECURITY.md
tools.go

Woodpecker



Woodpecker

Woodpecker is a community fork of the Drone CI system.

woodpecker

Support

Please consider to donate and become a backer. 🙏 [Become a backer]

Usage

.woodpecker.yml

  • Place your pipeline in a file named .woodpecker.yml in your repository
  • Pipeline steps can be named as you like
  • Run any command in the commands section

Read More

Build steps are containers

  • Define any Docker image as context
  • Install the needed tools in custom Docker images, use them as context

Read More

Plugins

Woodpecker has official plugins, but you can also use your own.

Read More

Documentation

https://woodpecker-ci.org/

Contribution

See Contributing Guide

Who uses Woodpecker?

Codeberg, the woodpecker project itself, and many others.

Leave a comment if you're using it.

Also consider using the topic WoodpeckerCI in your repository, so others can learn from your config and use the hashtag #WoodpeckerCI when talking about the project on social media!

Here are some places where people mention Woodpecker:

Stars over time

Stargazers over time

License

Woodpecker is Apache 2.0 licensed with the source files in this repository having a header indicating which license they are under and what copyrights apply.

Files under the docs/ folder are licensed under Creative Commons Attribution-ShareAlike 4.0 International Public License.