You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
2 months ago | |
---|---|---|
.vscode | 2 months ago | |
cmd/trigger | 2 months ago | |
.gitignore | 2 months ago | |
.woodpecker.yaml | 2 months ago | |
CONTRIBUTING.md | 2 months ago | |
Dockerfile.multiarch | 2 months ago | |
LICENSE | 3 years ago | |
Makefile | 2 months ago | |
README.md | 2 months ago | |
docs.md | 2 months ago | |
go.mod | 2 months ago | |
go.sum | 2 months ago | |
impl.go | 2 months ago | |
impl_test.go | 2 months ago | |
plugin.go | 2 months ago | |
test_params.env | 2 months ago |
README.md
Woodpecker CI trigger plugin

Woodpecker CI plugin to trigger repository builds or deployments. For the usage information and a listing of the available options please take a look at the docs or woodpecker-ci.org.
This plugin is a fork of drone-plugins/drone-downstream.
Build
Build the binary with the following command:
make build
Docker
Build the Docker image with the following command:
docker buildx build \
--label org.label-schema.build-date=$(date -u +"%Y-%m-%dT%H:%M:%SZ") \
--label org.label-schema.vcs-ref=$(git rev-parse --short HEAD) \
--platform linux/amd64 \
--file Dockerfile.multiarch --tag woodpeckerci/plugin-trigger .
Contributors
Special thanks goes to all contributors. If you would like to contribute, please see the instructions.
License
This project is licensed under the Apache-2.0 License - see the LICENSE file for details.