When in local mode, `getWorkflowIDFromStep` can handle normal steps with a name like `wp_01h2a6qggwz68zekrkbwqq9rny_0_step_0`. However, it will fail on clone (unless `skip_clone: true`) with an `invalid step name` error. ``` invalid step name wp_01h2a2ebppp43bwjdfdsyj1m6m_0_clone ``` This patch handles either `_stage_` or `_clone` as the separator that the local backend can use to extract the workflowID. |
1 day ago | |
---|---|---|
.github | 3 months ago | |
.vscode | 4 months ago | |
.woodpecker | 2 days ago | |
agent | 3 days ago | |
cli | 3 days ago | |
cmd | 2 days ago | |
contrib/woodpecker-test-repo/.woodpecker | 8 months ago | |
docker | 3 days ago | |
docs | 2 days ago | |
nfpm | 1 year ago | |
pipeline | 1 day ago | |
server | 2 days ago | |
shared | 1 week ago | |
version | 1 year ago | |
web | 2 days ago | |
woodpecker-go | 2 days ago | |
.changelog.yml | 7 days ago | |
.ecrc | 5 days ago | |
.editorconfig | 12 months ago | |
.gitignore | 5 days ago | |
.gitpod.yml | 3 months ago | |
.golangci.yml | 5 days ago | |
CHANGELOG.md | 4 weeks ago | |
CONTRIBUTING.md | 5 months ago | |
LICENSE | 2 years ago | |
Makefile | 3 days ago | |
README.md | 1 month ago | |
SECURITY.md | 2 years ago | |
docker-compose.example.yml | 7 months ago | |
docker-compose.gitpod.yml | 8 months ago | |
go.mod | 3 days ago | |
go.sum | 5 days ago |
README.md
Woodpecker
Woodpecker is a community fork of the Drone CI system.
🫶 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
Build steps are containers
- Define any Docker image as context
- Install the needed tools in custom Docker images, use them as context
Plugins
Woodpecker has official plugins, but you can also use your own.
📖 Documentation
✨ Contribute
📣 Translate
We use an own Weblate instance at translate.woodpecker-ci.org.
👋 Who uses Woodpecker?
Codeberg, the Woodpecker project itself, and many others.
Leave a comment if you're using it as well.
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
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.